From 0ccaef5a96825412da211ba921342d97af24df46 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 7 Mar 2016 09:51:50 -0500 Subject: [PATCH] Add space after YAML Front Matter --- _layouts/archive.html | 1 + _pages/404.md | 1 + _pages/about.md | 1 + _pages/category-archive.html | 1 + _pages/collection-archive.html | 1 + _pages/home.md | 1 + _pages/lorem-ipsum.md | 1 + _pages/page-a.md | 1 + _pages/page-archive.html | 1 + _pages/page-b.md | 1 + _pages/portfolio-archive.html | 1 + _pages/recipes-archive.html | 1 + _pages/sample-page.md | 1 + _pages/sitemap.md | 1 + _pages/tag-archive.html | 1 + _pages/theme-setup.md | 1 + _pages/year-archive.html | 1 + _pets/lhasa-apso.md | 1 + _pets/tabby.md | 1 + _portfolio/foo-bar-website.md | 1 + _posts/2009-05-15-edge-case-nested-and-mixed-lists.md | 1 + _posts/2009-06-01-edge-case-many-tags.md | 1 + _posts/2009-07-02-edge-case-many-categories.md | 1 + _posts/2009-09-05-edge-case-no-yaml-title.md | 1 + ...10-05-edge-case-title-should-not-overflow-the-content-area.md | 1 + _posts/2009-10-05-edge-case-very-long-title.md | 1 + _posts/2010-01-07-post-standard.md | 1 + _posts/2010-01-08-post-chat.md | 1 + _posts/2010-02-05-post-notice.md | 1 + _posts/2010-02-05-post-quote.md | 1 + _posts/2010-03-07-post-link.md | 1 + _posts/2010-06-02-post-video-youtube.md | 1 + _posts/2010-08-05-post-image-linked.md | 1 + _posts/2010-08-05-post-image-standard.md | 1 + _posts/2010-08-06-post-image-linked-caption.md | 1 + _posts/2010-08-07-post-image-caption.md | 1 + _posts/2010-09-09-post-gallery.md | 1 + _posts/2010-09-10-post-twitter-embeds.md | 1 + _posts/2010-10-25-post-future-date.md | 1 + _posts/2012-01-02-template-comments-disabled.md | 1 + _posts/2012-01-02-template-comments.md | 1 + _posts/2012-01-02-template-related-posts-disabled.md | 1 + _posts/2012-01-02-template-related-posts.md | 1 + _posts/2012-01-02-template-sharing-disabled.md | 1 + _posts/2012-01-02-template-sharing.md | 1 + ...012-01-03-template-comments-sharing-related-posts-disabled.md | 1 + _posts/2012-01-03-template-table-of-contents-post.md | 1 + _posts/2012-01-07-template-sticky.md | 1 + _posts/2012-03-14-template-code-excerpt-generated.md | 1 + _posts/2012-03-14-template-excerpt-defined.md | 1 + _posts/2012-03-14-template-excerpt-generated.md | 1 + _posts/2012-03-15-template-author-override.md | 1 + _posts/2012-03-15-template-featured-image-external.md | 1 + _posts/2012-03-15-template-featured-image-horizontal.md | 1 + _posts/2012-03-15-template-featured-image-text-readability.md | 1 + _posts/2012-03-15-template-featured-image-vertical.md | 1 + _posts/2012-03-15-template-more-tag.md | 1 + _posts/2012-05-22-markup-text-readability.md | 1 + _posts/2013-01-05-markup-title-with-markup.md | 1 + _posts/2013-01-05-markup-title-with-special-characters.md | 1 + _posts/2013-01-09-markup-text-alignment.md | 1 + _posts/2013-01-10-markup-image-alignment.md | 1 + _posts/2013-01-11-markup-html-tags-and-formatting.md | 1 + _posts/2016-02-24-welcome-to-jekyll.md | 1 + _recipes/chocolate-chip-cookies.md | 1 + _recipes/oatmeal-cookies.md | 1 + _recipes/peanut-butter-cookies.md | 1 + 67 files changed, 67 insertions(+) diff --git a/_layouts/archive.html b/_layouts/archive.html index 9f03103..411c792 100644 --- a/_layouts/archive.html +++ b/_layouts/archive.html @@ -1,6 +1,7 @@ --- layout: default --- +

{{ page.title }}

{{ content }} diff --git a/_pages/404.md b/_pages/404.md index ae3be79..9d0f860 100644 --- a/_pages/404.md +++ b/_pages/404.md @@ -4,6 +4,7 @@ excerpt: "Page not found. Your pixels are in another canvas." sitemap: false permalink: /404.html --- + Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below. diff --git a/_posts/2010-10-25-post-future-date.md b/_posts/2010-10-25-post-future-date.md index 56a21ad..7d1b203 100644 --- a/_posts/2010-10-25-post-future-date.md +++ b/_posts/2010-10-25-post-future-date.md @@ -4,4 +4,5 @@ date: 9999-12-31 categories: - Post --- + This post lives in the future and is dated {{ page.date | date: "%c" }}. When building Jekyll with the `--future` flag it should appear. \ No newline at end of file diff --git a/_posts/2012-01-02-template-comments-disabled.md b/_posts/2012-01-02-template-comments-disabled.md index 46a08d8..250e5de 100644 --- a/_posts/2012-01-02-template-comments-disabled.md +++ b/_posts/2012-01-02-template-comments-disabled.md @@ -8,6 +8,7 @@ tags: - comments - template --- + This post has its comments disabled. There should be no comment form. \ No newline at end of file diff --git a/_posts/2012-01-02-template-comments.md b/_posts/2012-01-02-template-comments.md index a7443e8..ee9f54a 100644 --- a/_posts/2012-01-02-template-comments.md +++ b/_posts/2012-01-02-template-comments.md @@ -8,4 +8,5 @@ tags: - comments - template --- + This post should display comments. \ No newline at end of file diff --git a/_posts/2012-01-02-template-related-posts-disabled.md b/_posts/2012-01-02-template-related-posts-disabled.md index 4720106..00e77bc 100644 --- a/_posts/2012-01-02-template-related-posts-disabled.md +++ b/_posts/2012-01-02-template-related-posts-disabled.md @@ -8,6 +8,7 @@ tags: - related posts - template --- + This post has related posts disabled. Related post links should not appear. \ No newline at end of file diff --git a/_posts/2012-01-02-template-related-posts.md b/_posts/2012-01-02-template-related-posts.md index 0f2a004..e91f0df 100644 --- a/_posts/2012-01-02-template-related-posts.md +++ b/_posts/2012-01-02-template-related-posts.md @@ -8,4 +8,5 @@ tags: - related posts - template --- + This post has related posts enabled. \ No newline at end of file diff --git a/_posts/2012-01-02-template-sharing-disabled.md b/_posts/2012-01-02-template-sharing-disabled.md index b82c318..84a5cef 100644 --- a/_posts/2012-01-02-template-sharing-disabled.md +++ b/_posts/2012-01-02-template-sharing-disabled.md @@ -8,6 +8,7 @@ tags: - social - template --- + This post has social sharing disabled. Social sharing links should not appear. \ No newline at end of file diff --git a/_posts/2012-01-02-template-sharing.md b/_posts/2012-01-02-template-sharing.md index aa4db93..5b82536 100644 --- a/_posts/2012-01-02-template-sharing.md +++ b/_posts/2012-01-02-template-sharing.md @@ -8,4 +8,5 @@ tags: - social - template --- + This post should display social sharing links. \ No newline at end of file diff --git a/_posts/2012-01-03-template-comments-sharing-related-posts-disabled.md b/_posts/2012-01-03-template-comments-sharing-related-posts-disabled.md index e6828fd..e14d8e0 100644 --- a/_posts/2012-01-03-template-comments-sharing-related-posts-disabled.md +++ b/_posts/2012-01-03-template-comments-sharing-related-posts-disabled.md @@ -12,6 +12,7 @@ tags: - comments - template --- + This post has comments, social sharing links, and related posts disabled. Comments, social sharing and related post links should not appear. \ No newline at end of file diff --git a/_posts/2012-01-03-template-table-of-contents-post.md b/_posts/2012-01-03-template-table-of-contents-post.md index 9aa96fd..d9314b7 100644 --- a/_posts/2012-01-03-template-table-of-contents-post.md +++ b/_posts/2012-01-03-template-table-of-contents-post.md @@ -3,6 +3,7 @@ title: "Template: Post with Table Of Contents" tags: - table of contents --- +

Overview

diff --git a/_posts/2012-01-07-template-sticky.md b/_posts/2012-01-07-template-sticky.md index d467bc3..347d989 100644 --- a/_posts/2012-01-07-template-sticky.md +++ b/_posts/2012-01-07-template-sticky.md @@ -6,6 +6,7 @@ tags: - sticky - template --- + This is a sticky post. There are a few things to verify: diff --git a/_posts/2012-03-14-template-code-excerpt-generated.md b/_posts/2012-03-14-template-code-excerpt-generated.md index 0f9f996..78e9dbc 100644 --- a/_posts/2012-03-14-template-code-excerpt-generated.md +++ b/_posts/2012-03-14-template-code-excerpt-generated.md @@ -8,6 +8,7 @@ tags: - excerpt - template --- + This is the post content with inline code, (e.g. `red`. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems. \ No newline at end of file diff --git a/_posts/2012-03-14-template-excerpt-defined.md b/_posts/2012-03-14-template-excerpt-defined.md index bdc9f89..7c41c57 100644 --- a/_posts/2012-03-14-template-excerpt-defined.md +++ b/_posts/2012-03-14-template-excerpt-defined.md @@ -9,6 +9,7 @@ tags: - excerpt - template --- + This is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages. This paragraph should be absent from an archive-index page where `post.excerpt` is shown. \ No newline at end of file diff --git a/_posts/2012-03-14-template-excerpt-generated.md b/_posts/2012-03-14-template-excerpt-generated.md index 7ff3df7..02542cf 100644 --- a/_posts/2012-03-14-template-excerpt-generated.md +++ b/_posts/2012-03-14-template-excerpt-generated.md @@ -9,6 +9,7 @@ tags: - excerpt - template --- + This is the post content. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. diff --git a/_posts/2012-03-15-template-author-override.md b/_posts/2012-03-15-template-author-override.md index db20af4..f0d1263 100644 --- a/_posts/2012-03-15-template-author-override.md +++ b/_posts/2012-03-15-template-author-override.md @@ -3,6 +3,7 @@ title: "Template: Author Override" author: Billy Rick excerpt: "A post to test author overrides using a data file." --- + For those of you who may have content written by multiple authors on your site you can now assign different authors to each post if desired. Previously the theme used a global author for the entire site and those attributes would be used in all bylines, social networking links, Twitter Card attribution, and Google Authorship. These `owner` variables were defined in `config.yml` diff --git a/_posts/2012-03-15-template-featured-image-external.md b/_posts/2012-03-15-template-featured-image-external.md index 82155ea..8298727 100644 --- a/_posts/2012-03-15-template-featured-image-external.md +++ b/_posts/2012-03-15-template-featured-image-external.md @@ -11,6 +11,7 @@ tags: - image - template --- + This post should display a **featured image**, if the theme supports it. Featured image is an external asset and should load. \ No newline at end of file diff --git a/_posts/2012-03-15-template-featured-image-horizontal.md b/_posts/2012-03-15-template-featured-image-horizontal.md index 6e1d370..6e5313f 100644 --- a/_posts/2012-03-15-template-featured-image-horizontal.md +++ b/_posts/2012-03-15-template-featured-image-horizontal.md @@ -12,6 +12,7 @@ tags: - image - template --- + This post should display a **featured image**, if the theme supports it. Non-square images can provide some unique styling issues. diff --git a/_posts/2012-03-15-template-featured-image-text-readability.md b/_posts/2012-03-15-template-featured-image-text-readability.md index ac219fb..c6ef168 100644 --- a/_posts/2012-03-15-template-featured-image-text-readability.md +++ b/_posts/2012-03-15-template-featured-image-text-readability.md @@ -8,6 +8,7 @@ tags: - readability - test --- + This is a sample post with a large feature image[^1] up top and tons of text. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. *Ea fashion axe [Marfa cillum aliquip](#). Retro Bushwick keytar cliche.* Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. diff --git a/_posts/2012-03-15-template-featured-image-vertical.md b/_posts/2012-03-15-template-featured-image-vertical.md index ff252d0..6df4fae 100644 --- a/_posts/2012-03-15-template-featured-image-vertical.md +++ b/_posts/2012-03-15-template-featured-image-vertical.md @@ -13,6 +13,7 @@ tags: - image - template --- + This post should display a **featured image**, if the theme supports it. Non-square images can provide some unique styling issues. diff --git a/_posts/2012-03-15-template-more-tag.md b/_posts/2012-03-15-template-more-tag.md index 9ace97a..652e4a0 100644 --- a/_posts/2012-03-15-template-more-tag.md +++ b/_posts/2012-03-15-template-more-tag.md @@ -8,6 +8,7 @@ tags: - read more - template --- + This content is before the [excerpt separator tag](http://jekyllrb.com/docs/posts/#post-excerpts). Right after this sentence there should be a **continue reading** link of some sort in archive-index pages. diff --git a/_posts/2012-05-22-markup-text-readability.md b/_posts/2012-05-22-markup-text-readability.md index be2779d..e0dde8e 100644 --- a/_posts/2012-05-22-markup-text-readability.md +++ b/_posts/2012-05-22-markup-text-readability.md @@ -6,6 +6,7 @@ tags: - readability - test --- + Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. diff --git a/_posts/2013-01-05-markup-title-with-markup.md b/_posts/2013-01-05-markup-title-with-markup.md index 6a4a962..2ead3fc 100644 --- a/_posts/2013-01-05-markup-title-with-markup.md +++ b/_posts/2013-01-05-markup-title-with-markup.md @@ -7,6 +7,7 @@ tags: - html - title --- + Verify that: * The post title renders the word "with" in *italics* and the word "Markdown" in **bold**. diff --git a/_posts/2013-01-05-markup-title-with-special-characters.md b/_posts/2013-01-05-markup-title-with-special-characters.md index 65a4888..075828a 100644 --- a/_posts/2013-01-05-markup-title-with-special-characters.md +++ b/_posts/2013-01-05-markup-title-with-special-characters.md @@ -8,6 +8,7 @@ tags: - post - title --- + Putting special characters in the title should have no adverse effect on the layout or functionality. Special characters in the post title have been known to cause issues with JavaScript and XML when not properly encoded and escaped. diff --git a/_posts/2013-01-09-markup-text-alignment.md b/_posts/2013-01-09-markup-text-alignment.md index 081a277..e6fd09b 100644 --- a/_posts/2013-01-09-markup-text-alignment.md +++ b/_posts/2013-01-09-markup-text-alignment.md @@ -8,6 +8,7 @@ tags: - css - markup --- + ### Default This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me. diff --git a/_posts/2013-01-10-markup-image-alignment.md b/_posts/2013-01-10-markup-image-alignment.md index e5440fc..3ee05e8 100644 --- a/_posts/2013-01-10-markup-image-alignment.md +++ b/_posts/2013-01-10-markup-image-alignment.md @@ -10,6 +10,7 @@ tags: - image - markup --- + Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let's get started. ![image-center](http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-580x300.jpg){: .align-center} diff --git a/_posts/2013-01-11-markup-html-tags-and-formatting.md b/_posts/2013-01-11-markup-html-tags-and-formatting.md index 424fa95..5d3f40a 100644 --- a/_posts/2013-01-11-markup-html-tags-and-formatting.md +++ b/_posts/2013-01-11-markup-html-tags-and-formatting.md @@ -9,6 +9,7 @@ tags: - html - markup --- + ## Headings # Header one diff --git a/_posts/2016-02-24-welcome-to-jekyll.md b/_posts/2016-02-24-welcome-to-jekyll.md index f343cd3..bcaa097 100644 --- a/_posts/2016-02-24-welcome-to-jekyll.md +++ b/_posts/2016-02-24-welcome-to-jekyll.md @@ -5,6 +5,7 @@ categories: tags: - update --- + 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/_recipes/chocolate-chip-cookies.md b/_recipes/chocolate-chip-cookies.md index d40da08..f58e302 100644 --- a/_recipes/chocolate-chip-cookies.md +++ b/_recipes/chocolate-chip-cookies.md @@ -4,6 +4,7 @@ categories: - cookies - desert --- + A chocolate chip cookie is a drop cookie that originated in the United States and features chocolate chips as its distinguishing ingredient. The traditional recipe combines a dough composed of butter and both brown and white sugar with semi-sweet chocolate chips. Variations include recipes with other types of chocolate as well as additional ingredients such as nuts or oatmeal. diff --git a/_recipes/oatmeal-cookies.md b/_recipes/oatmeal-cookies.md index 3fc2793..2eb2143 100644 --- a/_recipes/oatmeal-cookies.md +++ b/_recipes/oatmeal-cookies.md @@ -3,6 +3,7 @@ title: "Oatmeal Cookies" categories: - cookies --- + Oatmeal cookies are a proverbial favorite with both kids and adults. This crisp and chewy cookie is loaded with oats, dried fruit, and chopped nuts. ## Ingredients diff --git a/_recipes/peanut-butter-cookies.md b/_recipes/peanut-butter-cookies.md index 969acce..029c30d 100644 --- a/_recipes/peanut-butter-cookies.md +++ b/_recipes/peanut-butter-cookies.md @@ -3,6 +3,7 @@ title: "Peanut Butter Cookies" categories: - cookies --- + A peanut butter cookie is a type of cookie that is distinguished for having peanut butter as a principal ingredient. The cookie generally originated in the United States, its development dating back to the 1910s. ## Ingredients -- 2.43.0