diff --git a/_layouts/archive.html b/_layouts/archive.html index 9f03103f..411c7929 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 ae3be79d..9d0f8606 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 56a21ad8..7d1b203a 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 46a08d80..250e5def 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 a7443e83..ee9f54ab 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 47201067..00e77bc6 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 0f2a0046..e91f0df2 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 b82c3189..84a5ceff 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 aa4db931..5b82536a 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 e6828fd0..e14d8e02 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 9aa96fdc..d9314b73 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 d467bc33..347d9899 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 0f9f9966..78e9dbcd 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 bdc9f899..7c41c571 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 7ff3df7a..02542cf1 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 db20af45..f0d12636 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 82155ea7..82987273 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 6e1d3700..6e5313ff 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 ac219fbe..c6ef168f 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 ff252d0f..6df4faea 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 9ace97ac..652e4a05 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 be2779d2..e0dde8ee 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 6a4a9622..2ead3fc9 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 65a4888f..075828af 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 081a277e..e6fd09b3 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 e5440fcf..3ee05e86 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 424fa950..5d3f40a0 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 f343cd3a..bcaa097e 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 d40da08e..f58e3022 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 3fc2793f..2eb2143c 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 969acce5..029c30d6 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