diff --git a/Gemfile b/Gemfile deleted file mode 100644 index f655d5603d..0000000000 --- a/Gemfile +++ /dev/null @@ -1,18 +0,0 @@ -source "https://rubygems.org" -ruby RUBY_VERSION - -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# - -# If you have any plugins, put them here! -gem 'wdm', '>= 0.1.0' if Gem.win_platform? -group :jekyll_plugins do - gem 'jekyll-feed' - gem 'jekyll-sitemap' - gem 'jekyll-paginate' - gem 'jekyll-seo-tag' -end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 12302480c9..0000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,79 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) - colorator (1.1.0) - concurrent-ruby (1.1.4) - em-websocket (0.5.1) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - eventmachine (1.2.7) - eventmachine (1.2.7-x64-mingw32) - ffi (1.10.0) - ffi (1.10.0-x64-mingw32) - forwardable-extended (2.6.0) - http_parser.rb (0.6.0) - i18n (0.9.5) - concurrent-ruby (~> 1.0) - jekyll (3.8.5) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 2.0) - kramdown (~> 1.14) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (>= 1.7, < 4) - safe_yaml (~> 1.0) - jekyll-feed (0.11.0) - jekyll (~> 3.3) - jekyll-paginate (1.1.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-seo-tag (2.5.0) - jekyll (~> 3.3) - jekyll-sitemap (1.2.0) - jekyll (~> 3.3) - jekyll-watch (2.1.2) - listen (~> 3.0) - kramdown (1.17.0) - liquid (4.0.1) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) - mercenary (0.3.6) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (3.0.3) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) - ffi (~> 1.0) - rouge (3.3.0) - ruby_dep (1.5.0) - safe_yaml (1.0.5) - sass (3.7.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - -PLATFORMS - ruby - x64-mingw32 - -DEPENDENCIES - jekyll-feed - jekyll-paginate - jekyll-seo-tag - jekyll-sitemap - -RUBY VERSION - ruby 2.6.3p62 - -BUNDLED WITH - 2.0.1 diff --git a/_config.yml b/_config.yml index b1d59f2aeb..cc10790874 100644 --- a/_config.yml +++ b/_config.yml @@ -1,65 +1,63 @@ -# Site -name: 'Mundana' -description: 'Mundana is a free Jekyll theme for awesome people like you, Medium like.' -logo: 'assets/images/logo.png' -favicon: 'assets/images/favicon.ico' -baseurl: '/mundana-theme-jekyll' -disqus: 'demowebsite' -email: 'wowthemesnet@gmail.com' -mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b' - -include: ["_pages"] -permalink: /:title/ - -# Plugins -plugins: - - jekyll-feed - - jekyll-sitemap - - jekyll-paginate - - jekyll-seo-tag - -authors: - sal: - name: Sal - site: https://www.wowthemes.net - avatar: /assets/images/avatar1.jpg - bio: "Hi, I am Sal, the author of Mundana, the theme you're currently previewing. I hope you like it!" - email: wowthemesnet@gmail.com - twitter: https://twitter.com/wowthemesnet - - jane: - name: Jane - site: https://www.wowthemes.net - avatar: /assets/images/avatar2.jpg - bio: "Blogger, fashionista, love to explore new ideas and write on my morning coffee!" - email: fakemail@gmail.com - twitter: https://twitter.com/wowthemesnet - -# Defaults +--- +title: Mundana Theme Jekyll +timezone: UTC +collections: + posts: + title: Posts + output: true + uploads: + title: Uploads + output: true defaults: - - # all posts - - scope: - path: "_posts" - values: - layout: post - author: sal - avatar: /assets/images/avatar1.jpg - - # all pages - - scope: - path: "_pages" - values: - layout: page - -# Syntax +- scope: + path: _posts + values: + layout: post + author: sal + avatar: "/assets/images/avatar1.jpg" +- scope: + path: _pages + values: + layout: page +name: Mundana +description: Mundana is a free Jekyll theme for awesome people like you, Medium like. +logo: assets/images/logo.png +favicon: assets/images/favicon.ico +baseurl: "/mundana-theme-jekyll" +disqus: demowebsite +email: wowthemesnet@gmail.com +mailchimp-list: https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b +include: +- _pages +permalink: "/:title/" +plugins: +- jekyll-feed +- jekyll-sitemap +- jekyll-paginate +- jekyll-seo-tag +authors: + sal: + name: Sal + site: https://www.wowthemes.net + avatar: "/assets/images/avatar1.jpg" + bio: Hi, I am Sal, the author of Mundana, the theme you're currently previewing. + I hope you like it! + email: wowthemesnet@gmail.com + twitter: https://twitter.com/wowthemesnet + jane: + name: Jane + site: https://www.wowthemes.net + avatar: "/assets/images/avatar2.jpg" + bio: Blogger, fashionista, love to explore new ideas and write on my morning coffee! + email: fakemail@gmail.com + twitter: https://twitter.com/wowthemesnet markdown: kramdown highlighter: rouge - -# Paginate paginate: 10 - - - -# Exclude metadata and development time dependencies (like Grunt plugins) -exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules] \ No newline at end of file +exclude: +- README.markdown +- package.json +- grunt.js +- Gruntfile.js +- Gruntfile.coffee +- node_modules diff --git a/_layouts/page-sidebar.html b/_layouts/page-sidebar.html index 960817c49c..103c043ca8 100644 --- a/_layouts/page-sidebar.html +++ b/_layouts/page-sidebar.html @@ -1,6 +1,7 @@ --- layout: default --- +

{{page.title}}

diff --git a/_layouts/post.html b/_layouts/post.html index 52b8739a30..695f86e4c8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,6 +1,7 @@ --- layout: default --- + {% assign author = site.authors[page.author] %}
@@ -17,7 +18,7 @@

{{ page.title }}

{% if author.avatar %} - {{author.name}} + {{author.name}} {% endif %} {{ author.name }} Follow {{ page.date | date: '%b %d, %Y' }} · {% include meta-read-time.html %} @@ -110,7 +111,7 @@
Join Newsletter
{% if author.avatar %} - {{author.name}} + {{author.name}} {% endif %}
diff --git a/_pages/about.md b/_pages/about.md index cc84dab891..cd56d34b22 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -1,8 +1,9 @@ --- -title: "About" -layout: page-sidebar +title: About permalink: "/about.html" +layout: page-sidebar image: "/assets/images/screenshot.jpg" comments: true --- + Made with by Sal [@wowthemesnet](https://www.wowthemes.net/category/free-themes-templates/). diff --git a/_pages/author-jane.html b/_pages/author-jane.html index 2cf73525d7..49e6256bf6 100644 --- a/_pages/author-jane.html +++ b/_pages/author-jane.html @@ -1,8 +1,9 @@ --- -title: "Jane" -layout: default +title: Jane permalink: "/author-jane.html" +layout: default --- +
diff --git a/_pages/author-sal.html b/_pages/author-sal.html index efc5b55ed5..3ba5520271 100644 --- a/_pages/author-sal.html +++ b/_pages/author-sal.html @@ -1,8 +1,9 @@ --- -title: "Sal" -layout: default +title: Sal permalink: "/author-sal.html" +layout: default --- +
diff --git a/_pages/authors-list.html b/_pages/authors-list.html index dc6e53d1c8..4cc7e2e5e2 100644 --- a/_pages/authors-list.html +++ b/_pages/authors-list.html @@ -1,7 +1,7 @@ --- -title: "Authors" -layout: default +title: Authors permalink: "/authors-list.html" +layout: default ---
diff --git a/_pages/buy-me-a-coffee.md b/_pages/buy-me-a-coffee.md index b47b8aa51e..3fa5d492e9 100644 --- a/_pages/buy-me-a-coffee.md +++ b/_pages/buy-me-a-coffee.md @@ -1,5 +1,5 @@ --- -title: "Buy me a coffee" +title: Buy me a coffee permalink: "/buy-me-a-coffee.html" --- diff --git a/_pages/categories.html b/_pages/categories.html index 25162d647a..b0e62a3b62 100644 --- a/_pages/categories.html +++ b/_pages/categories.html @@ -1,7 +1,7 @@ --- -title: "Categories" -layout: default +title: Categories permalink: "/categories.html" +layout: default ---
diff --git a/_pages/contact.md b/_pages/contact.md index 4b923e52e3..c16999c53a 100644 --- a/_pages/contact.md +++ b/_pages/contact.md @@ -1,5 +1,5 @@ --- -title: "Contact" +title: Contact permalink: "/contact.html" --- diff --git a/_pages/privacy-policy.md b/_pages/privacy-policy.md index 266450542d..2a3bf91877 100644 --- a/_pages/privacy-policy.md +++ b/_pages/privacy-policy.md @@ -1,5 +1,5 @@ --- -title: "Privacy Policy" +title: Privacy Policy permalink: "/privacy-policy.html" --- diff --git a/_pages/tags.html b/_pages/tags.html index 5dabcdcbc9..19b71714ee 100644 --- a/_pages/tags.html +++ b/_pages/tags.html @@ -1,7 +1,7 @@ --- -title: "Tags" -layout: default +title: Tags permalink: "/tags.html" +layout: default ---
diff --git a/_posts/2019-01-18-charm-old-cities.md b/_posts/2019-01-18-charm-old-cities.md index 6aa8f28cb2..0ff513f697 100644 --- a/_posts/2019-01-18-charm-old-cities.md +++ b/_posts/2019-01-18-charm-old-cities.md @@ -1,10 +1,14 @@ --- +title: Could we reinvent the charm of old cities +date: 2019-01-18 00:00:00 Z +categories: +- Jekyll +- tutorial +tags: +- sticky layout: post -title: "Could we reinvent the charm of old cities" author: jane -categories: [ Jekyll, tutorial ] image: assets/images/home.jpg -tags: [sticky] --- Bucharest’s history alternated periods of development and decline from the early settlements in antiquity until its consolidation as the national capital of Romania late in the 19th century. First mentioned as the “Citadel of București” in 1459, it became the residence of the famous Wallachian prince Vlad III the Impaler. diff --git a/_posts/2019-01-18-customer-service.md b/_posts/2019-01-18-customer-service.md index bb978b94a0..98721aafa6 100644 --- a/_posts/2019-01-18-customer-service.md +++ b/_posts/2019-01-18-customer-service.md @@ -1,8 +1,11 @@ --- +title: What is Jekyll +date: 2019-01-18 00:00:00 Z +categories: +- Jekyll +- tutorial layout: post -title: "What is Jekyll" author: jane -categories: [ Jekyll, tutorial ] image: assets/images/11.jpg --- diff --git a/_posts/2019-01-19-markup-example.md b/_posts/2019-01-19-markup-example.md index 36a0f988bf..34eb332a9d 100644 --- a/_posts/2019-01-19-markup-example.md +++ b/_posts/2019-01-19-markup-example.md @@ -1,11 +1,16 @@ --- +title: Markdown Example +date: 2019-01-19 00:00:00 Z +categories: +- Jekyll +- tutorial +tags: +- featured layout: post -title: "Markdown Example" author: jane -categories: [ Jekyll, tutorial ] image: assets/images/6.jpg -tags: featured --- + You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. Something. To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. diff --git a/_posts/2019-01-20-quick-start-guide.md b/_posts/2019-01-20-quick-start-guide.md index be11bcc533..b054f341e3 100644 --- a/_posts/2019-01-20-quick-start-guide.md +++ b/_posts/2019-01-20-quick-start-guide.md @@ -1,8 +1,11 @@ --- +title: Quick Start Guide +date: 2019-01-20 00:00:00 Z +categories: +- Jekyll +- tutorial layout: post -title: "Quick Start Guide" author: sal -categories: [ Jekyll, tutorial ] image: assets/images/12.jpg --- diff --git a/_posts/2019-01-21-is-intelligence-enough.md b/_posts/2019-01-21-is-intelligence-enough.md index 4e37ef1f38..b5d1243e15 100644 --- a/_posts/2019-01-21-is-intelligence-enough.md +++ b/_posts/2019-01-21-is-intelligence-enough.md @@ -1,10 +1,14 @@ --- +title: Is Intelligence Enough +date: 2019-01-21 00:00:00 Z +categories: +- Jekyll +- tutorial layout: post -title: "Is Intelligence Enough" author: sal -categories: [ Jekyll, tutorial ] image: https://images.unsplash.com/photo-1523740856324-f2ce89135981?ixlib=rb-1.2.1&auto=format&fit=crop&w=798&q=80 --- + Education must also train one for quick, resolute and effective thinking. To think incisively and to think for one's self is very difficult. We are prone to let our mental life become invaded by legions of half truths, prejudices, and propaganda. At this point, I often wonder whether or not education is fulfilling its purpose. A great majority of the so-called educated people do not think logically and scientifically. > Even the press, the classroom, the platform, and the pulpit in many instances do not give us objective and unbiased truths. To save man from the morass of propaganda, in my opinion, is one of the chief aims of education. Education must enable one to sift and weigh evidence, to discern the true from the false, the real from the unreal, and the facts from the fiction. diff --git a/_posts/2019-01-22-never-stopped-worrying-never-loved-bomb.md b/_posts/2019-01-22-never-stopped-worrying-never-loved-bomb.md index 1b8637242a..edddb2fb41 100644 --- a/_posts/2019-01-22-never-stopped-worrying-never-loved-bomb.md +++ b/_posts/2019-01-22-never-stopped-worrying-never-loved-bomb.md @@ -1,11 +1,15 @@ --- +title: Never stopped worrying or loving the bomb +date: 2019-01-22 00:00:00 Z +categories: +- Jekyll +tags: +- featured layout: post -title: "Never stopped worrying or loving the bomb" author: sal -categories: [ Jekyll ] image: assets/images/14.jpg -tags: featured --- + I’ve been through fire and water, I tell you! From my earliest pebblehood the wildest things you could imagine have been happening to this world of ours, and I have been right in the midst of them. So begins Hallam Hawksworth’s The Strange Adventures of a Pebble. Written in the 1920s, the book was part of a series which also included The Adventures of a Grain of Dust and A Year in the Wonderland of Trees, all of which were supposed to introduce children to the world of Natural Sciences. diff --git a/_posts/2019-01-23-options-for-creating-new-site-with-jekyll.md b/_posts/2019-01-23-options-for-creating-new-site-with-jekyll.md index bc23349eed..fc52fe91d7 100644 --- a/_posts/2019-01-23-options-for-creating-new-site-with-jekyll.md +++ b/_posts/2019-01-23-options-for-creating-new-site-with-jekyll.md @@ -1,8 +1,11 @@ --- +title: Options for creating a new site with Jekyll +date: 2019-01-23 00:00:00 Z +categories: +- Jekyll +- tutorial layout: post -title: "Options for creating a new site with Jekyll" author: jane -categories: [ Jekyll, tutorial ] image: assets/images/13.jpg --- diff --git a/_posts/2019-01-24-powerful-things-markdown-editor.md b/_posts/2019-01-24-powerful-things-markdown-editor.md index 9539318278..a102d05a8e 100644 --- a/_posts/2019-01-24-powerful-things-markdown-editor.md +++ b/_posts/2019-01-24-powerful-things-markdown-editor.md @@ -1,11 +1,16 @@ --- +title: Powerful things you can do with the Markdown editor +date: 2019-01-24 00:00:00 Z +categories: +- Jekyll +- tutorial +tags: +- featured layout: post -title: "Powerful things you can do with the Markdown editor" author: sal -categories: [ Jekyll, tutorial ] image: assets/images/4.jpg -tags: [featured] --- + There are lots of powerful things you can do with the Markdown editor If you've gotten pretty comfortable with writing in Markdown, then you may enjoy some more advanced tips about the types of things you can do with Markdown! diff --git a/_posts/2019-01-25-press-and-education.md b/_posts/2019-01-25-press-and-education.md index 98e8c70d58..dc082aad98 100644 --- a/_posts/2019-01-25-press-and-education.md +++ b/_posts/2019-01-25-press-and-education.md @@ -1,10 +1,14 @@ --- +title: Press and education +date: 2019-01-25 00:00:00 Z +categories: +- Jekyll +- tutorial layout: post -title: "Press and education" author: sal -categories: [ Jekyll, tutorial ] image: assets/images/7.jpg --- + Even the press, the classroom, the platform, and the pulpit in many instances do not give us objective and unbiased truths. To save man from the morass of propaganda, in my opinion, is one of the chief aims of education. Education must enable one to sift and weigh evidence, to discern the true from the false, the real from the unreal, and the facts from the fiction. Education must also train one for quick, **resolute and effective thinking**. To think incisively and to think for one's self is very difficult. diff --git a/_posts/2019-01-26-red-riding.md b/_posts/2019-01-26-red-riding.md index af274519ce..8c81c4425d 100644 --- a/_posts/2019-01-26-red-riding.md +++ b/_posts/2019-01-26-red-riding.md @@ -1,10 +1,14 @@ --- +title: Red Riding Hood +date: 2019-01-26 00:00:00 Z +categories: +- Jekyll +- tutorial layout: post -title: "Red Riding Hood" author: sal -categories: [ Jekyll, tutorial ] image: assets/images/3.jpg --- + The first mass-produced book to deviate from a rectilinear format, at least in the United States, is thought to be this 1863 edition of Red Riding Hood, cut into the shape of the protagonist herself with the troublesome wolf curled at her feet. Produced by the Boston-based publisher Louis Prang, this is the first in their “Doll Series”, a set of five “die-cut” books, known also as shape books — the other titles being Robinson Crusoe, Goody Two-Shoes (also written by Red Riding Hood author Lydia Very), Cinderella, and King Winter. An 1868 Prang catalogue would later claim that such “books in the shape of a regular paper Doll… originated with us”. diff --git a/_posts/2019-01-27-tree-of-codes.md b/_posts/2019-01-27-tree-of-codes.md index e515ad6947..06f126ac65 100644 --- a/_posts/2019-01-27-tree-of-codes.md +++ b/_posts/2019-01-27-tree-of-codes.md @@ -1,10 +1,14 @@ --- +title: Tree of Codes +date: 2019-01-27 00:00:00 Z +categories: +- Jekyll +- tutorial layout: post -title: "Tree of Codes" author: sal -categories: [ Jekyll, tutorial ] image: assets/images/2.jpg --- + The first mass-produced book to deviate from a rectilinear format, at least in the United States, is thought to be this 1863 edition of Red Riding Hood, cut into the shape of the protagonist herself with the troublesome wolf curled at her feet. Produced by the Boston-based publisher Louis Prang, this is the first in their “Doll Series”, a set of five “die-cut” books, known also as shape books — the other titles being Robinson Crusoe, Goody Two-Shoes (also written by Red Riding Hood author Lydia Very), Cinderella, and King Winter. As for this particular rendition of Charles Perrault’s classic tale, the text and design is by Lydia Very (1823-1901), sister of Transcendentalist poet Jones Very. The gruesome ending of the original — which sees Little Red Riding Hood being gobbled up as well as her grandmother — is avoided here, the gore giving way to the less bloody aims of the morality tale, and the lesson that one should not disobey one’s mother. diff --git a/_posts/2019-01-28-we-all-wait-for-summer.md b/_posts/2019-01-28-we-all-wait-for-summer.md index c8ee094144..62aacae184 100644 --- a/_posts/2019-01-28-we-all-wait-for-summer.md +++ b/_posts/2019-01-28-we-all-wait-for-summer.md @@ -1,11 +1,16 @@ --- +title: We all wait for summer +date: 2019-01-28 00:00:00 Z +categories: +- Jekyll +- tutorial +tags: +- featured layout: post -title: "We all wait for summer" author: jane -categories: [ Jekyll, tutorial ] image: assets/images/1.jpg -tags: [featured] --- + This is changed. As I engage in the so-called "bull sessions" around and about the school, I too often find that most college men have a misconception of the purpose of education. Most of the "brethren" think that education should equip them with the proper instruments of exploitation so that they can forever trample over the masses. Still others think that education should furnish them with noble ends rather than means to an end. It seems to me that education has a two-fold function to perform in the life of man and in society: the one is utility and the other is culture. Education must enable a man to become more efficient, to achieve with increasing facility the ligitimate goals of his life. \ No newline at end of file diff --git a/_posts/2019-01-29-about-bundler.md b/_posts/2019-01-29-about-bundler.md index 40dfcfda03..2d102fa370 100644 --- a/_posts/2019-01-29-about-bundler.md +++ b/_posts/2019-01-29-about-bundler.md @@ -1,10 +1,13 @@ --- +title: About Bundler +date: 2019-01-29 00:00:00 Z +categories: +- Jekyll layout: post -title: "About Bundler" author: sal -categories: [ Jekyll ] image: assets/images/2.jpg --- + `gem install bundler` installs the bundler gem through RubyGems. You only need to install it once - not every time you create a new Jekyll project. Here are some additional details: `bundler` is a gem that manages other Ruby gems. It makes sure your gems and gem versions are compatible, and that you have all necessary dependencies each gem requires. diff --git a/_posts/2019-01-30-acumulated-experience.md b/_posts/2019-01-30-acumulated-experience.md index 40b880569e..b7b3dd65cf 100644 --- a/_posts/2019-01-30-acumulated-experience.md +++ b/_posts/2019-01-30-acumulated-experience.md @@ -1,10 +1,14 @@ --- +title: Accumulated experience of social living +date: 2019-01-30 00:00:00 Z +categories: +- Jekyll +- tutorial layout: post -title: "Accumulated experience of social living" author: sal -categories: [ Jekyll, tutorial ] image: assets/images/15.jpg --- + The die cut has also been employed in the non-juvenile sphere as well, a recent example being Jonathan Safran Foer’s ambitious Tree of Codes. As for this particular rendition of Charles Perrault’s classic tale, the text and design is by Lydia Very (1823-1901), sister of Transcendentalist poet Jones Very. The gruesome ending of the original - which sees Little Red Riding Hood being gobbled up as well as her grandmother - is avoided here, the gore giving way to the less bloody aims of the morality tale, and the lesson that one should not disobey one’s mother. diff --git a/_posts/2019-02-01-education.md b/_posts/2019-02-01-education.md index b560079c63..a3fd894bc5 100644 --- a/_posts/2019-02-01-education.md +++ b/_posts/2019-02-01-education.md @@ -1,9 +1,13 @@ --- +title: Education must also train one for quick, resolute and effective thinking. +date: 2019-02-01 00:00:00 Z +categories: +- Jekyll +- tutorial layout: post -title: "Education must also train one for quick, resolute and effective thinking." -categories: [ Jekyll, tutorial ] image: assets/images/3.jpg --- + There are lots of powerful things you can do with the Markdown editor If you've gotten pretty comfortable with writing in Markdown, then you may enjoy some more advanced tips about the types of things you can do with Markdown! diff --git a/_posts/2019-02-02-first-mass-produced.md b/_posts/2019-02-02-first-mass-produced.md index 7adfef14e8..a0260a6239 100644 --- a/_posts/2019-02-02-first-mass-produced.md +++ b/_posts/2019-02-02-first-mass-produced.md @@ -1,11 +1,15 @@ --- +title: The first mass-produced book to deviate from a rectilinear format +date: 2019-02-02 00:00:00 Z +categories: +- tutorial +tags: +- featured layout: post -title: "The first mass-produced book to deviate from a rectilinear format" author: sal -categories: [ tutorial ] image: assets/images/17.jpg -tags: [featured] --- + The first mass-produced book to deviate from a rectilinear format, at least in the United States, is thought to be this 1863 edition of Red Riding Hood, cut into the shape of the protagonist herself with the troublesome wolf curled at her feet. Produced by the Boston-based publisher Louis Prang, this is the first in their “Doll Series”, a set of five “die-cut” books, known also as shape books — the other titles being Robinson Crusoe, Goody Two-Shoes (also written by Red Riding Hood author Lydia Very), Cinderella, and King Winter. An 1868 Prang catalogue would later claim that such “books in the shape of a regular paper Doll... originated with us”. diff --git a/_posts/2019-02-03-powerful-things-markdown-editor.md b/_posts/2019-02-03-powerful-things-markdown-editor.md index ad1467d29f..ac8e697161 100644 --- a/_posts/2019-02-03-powerful-things-markdown-editor.md +++ b/_posts/2019-02-03-powerful-things-markdown-editor.md @@ -1,11 +1,16 @@ --- +title: Powerful things you can do with the Markdown editor +date: 2019-02-03 00:00:00 Z +categories: +- Jekyll +- tutorial +tags: +- summer layout: post -title: "Powerful things you can do with the Markdown editor" author: jane -categories: [ Jekyll, tutorial ] image: https://images.unsplash.com/photo-1528784351875-d797d86873a1?ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80 -tags: [summer] --- + There are lots of powerful things you can do with the Markdown editor. If you've gotten pretty comfortable with writing in Markdown, then you may enjoy some more advanced tips about the types of things you can do with Markdown! As with the last post about the editor, you'll want to be actually editing this post as you read it so that you can see all the Markdown code we're using. diff --git a/_posts/2019-02-04-welcome-to-jekyll.markdown b/_posts/2019-02-04-welcome-to-jekyll.markdown index c6fdc1e6f3..f48018ffc3 100644 --- a/_posts/2019-02-04-welcome-to-jekyll.markdown +++ b/_posts/2019-02-04-welcome-to-jekyll.markdown @@ -1,9 +1,12 @@ --- +title: Welcome to Jekyll! +date: 2019-02-04 00:00:00 Z +categories: +- Jekyll layout: post -title: "Welcome to Jekyll!" -categories: [ Jekyll ] image: assets/images/demo1.jpg --- + You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. diff --git a/index.html b/index.html index 47d007f79a..e30c31d2e4 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,11 @@ --- -title: "Mundana Free Jekyll Theme" +title: Mundana Free Jekyll Theme layout: default pagination: - enabled: true -description: "A great Jekyll theme developed by Sal @wowthemesnet." + enabled: true +description: A great Jekyll theme developed by Sal @wowthemesnet. --- -
{% if page.url == "/" %}