~xdavidwu/xdavidwu.link

b7bff6c8cd5a63dbfe23d6a2acd45c09bcea80bd — Michael Rose 8 years ago 68e85cc + 6787b61
Merge branch 'feature/improve-demos' into develop
114 files changed, 2424 insertions(+), 295 deletions(-)

A .editorconfig
M _config.yml
M _data/navigation.yml
A _drafts/post-draft.md
A _includes/archive-list-single.html
A _includes/breadcrumbs.html
A _includes/gallery
A _includes/group-by-array.html
M _includes/seo.html
M _layouts/archive.html
M _layouts/default.html
D _layouts/home.html
R _layouts/{post.html => single.html}
M _pages/404.md
M _pages/about.md
A _pages/category-archive.html
A _pages/collection-archive.html
M _pages/home.md
A _pages/lorem-ipsum.md
A _pages/page-a.md
A _pages/page-archive.html
A _pages/page-b.md
A _pages/portfolio-archive.html
D _pages/posts.md
A _pages/recipes-archive.html
A _pages/sample-page.md
A _pages/sitemap.md
A _pages/tag-archive.html
M _pages/theme-setup.md
A _pages/year-archive.html
A _pets/lhasa-apso.md
A _pets/tabby.md
A _portfolio/foo-bar-website.md
A _posts/2009-05-15-edge-case-nested-and-mixed-lists.md
A _posts/2009-06-01-edge-case-many-tags.md
A _posts/2009-07-02-edge-case-many-categories.md
A _posts/2009-08-06-edge-case-no-body-content.md
A _posts/2009-09-05-edge-case-no-yaml-title.md
A _posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md
A _posts/2009-10-05-edge-case-very-long-title.md
A _posts/2010-01-07-post-standard.md
A _posts/2010-01-08-post-chat.md
A _posts/2010-02-05-post-notice.md
A _posts/2010-02-05-post-quote.md
A _posts/2010-03-07-post-link.md
A _posts/2010-06-02-post-video-youtube.md
A _posts/2010-08-05-post-image-linked.md
A _posts/2010-08-05-post-image-standard.md
A _posts/2010-08-06-post-image-linked-caption.md
A _posts/2010-08-07-post-image-caption.md
A _posts/2010-09-09-post-gallery.md
A _posts/2010-09-10-post-twitter-embeds.md
A _posts/2010-10-25-post-future-date.md
A _posts/2012-01-02-template-comments-disabled.md
A _posts/2012-01-02-template-comments.md
A _posts/2012-01-02-template-related-posts-disabled.md
A _posts/2012-01-02-template-related-posts.md
A _posts/2012-01-02-template-sharing-disabled.md
A _posts/2012-01-02-template-sharing.md
A _posts/2012-01-03-template-comments-sharing-related-posts-disabled.md
R _posts/{2011-03-10-sample-post.md => 2012-01-03-template-table-of-contents-post.md}
A _posts/2012-01-07-template-sticky.md
A _posts/2012-03-14-template-code-excerpt-generated.md
A _posts/2012-03-14-template-excerpt-defined.md
A _posts/2012-03-14-template-excerpt-generated.md
R _posts/{2014-07-31-author-override.md => 2012-03-15-template-author-override.md}
A _posts/2012-03-15-template-featured-image-external.md
A _posts/2012-03-15-template-featured-image-horizontal.md
R _posts/{2013-05-23-readability-feature-post.md => 2012-03-15-template-featured-image-text-readability.md}
A _posts/2012-03-15-template-featured-image-vertical.md
A _posts/2012-03-15-template-more-tag.md
R _posts/{2012-05-22-readability-post.md => 2012-05-22-markup-text-readability.md}
A _posts/2013-01-05-markup-title-with-markup.md
A _posts/2013-01-05-markup-title-with-special-characters.md
A _posts/2013-01-09-markup-text-alignment.md
A _posts/2013-01-10-markup-image-alignment.md
A _posts/2013-01-11-markup-html-tags-and-formatting.md
R _posts/{2013-05-22-sample-post-images.md => 2013-05-22-markup-more-images.md}
D _posts/2013-08-12-sample-link-post.md
D _posts/2013-08-16-code-highlighting-post.md
A _posts/2013-08-16-markup-syntax-highlighting.md
A _posts/2016-02-24-welcome-to-jekyll.md
A _recipes/chocolate-chip-cookies.md
A _recipes/oatmeal-cookies.md
A _recipes/peanut-butter-cookies.md
M _sass/page.scss
M _sass/typography.scss
A images/foo-bar-identity.jpg
D images/sample-image-1.jpg
D images/sample-image-2.jpg
D images/sample-image-3.jpg
D images/sample-image-4.jpg
D images/sample-image-5.jpg
D images/sample-image-6.jpg
D images/sample-image-7.jpg
M images/site-logo.png
A images/unsplash-gallery-image-1-th.jpg
A images/unsplash-gallery-image-1.jpg
A images/unsplash-gallery-image-2-th.jpg
A images/unsplash-gallery-image-2.jpg
A images/unsplash-gallery-image-3-th.jpg
A images/unsplash-gallery-image-3.jpg
A images/unsplash-gallery-image-4-th.jpg
A images/unsplash-gallery-image-4.jpg
A images/unsplash-image-1.jpg
A images/unsplash-image-10.jpg
A images/unsplash-image-2.jpg
A images/unsplash-image-3.jpg
A images/unsplash-image-4.jpg
A images/unsplash-image-5.jpg
A images/unsplash-image-6.jpg
A images/unsplash-image-7.jpg
A images/unsplash-image-8.jpg
A images/unsplash-image-9.jpg
A .editorconfig => .editorconfig +13 -0
@@ 0,0 1,13 @@
# editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

[*.md]
trim_trailing_whitespace = false

M _config.yml => _config.yml +54 -11
@@ 7,14 7,17 @@

# Site Settings
locale                   : en_US
title                    : "Your awesome site"
name                     : &name "Your Name"
title                    : "Your Awesome Site"
title_separator          : "-"
name                     : &name "Your Name"
description              : &description "Write an awesome description for your new site here."
url                      : "http://localhost:4000" # the base hostname & protocol for your site
baseurl                  : "/test" # the subpath of your site, e.g. /blog
baseurl                  : "/minimal-mistakes" # the subpath of your site, e.g. /blog
email                    : "your-email@domain.com"
logo                     : "site-logo.png"
breadcrumbs              : # true / false (default)
breadcrumb_home_label    : "Home"
breadcrumb_separator     : "/"
twitter:
  username               : &twitter "site_twitter"
facebook:


@@ 30,7 33,7 @@ google_analytics         : # Universal Analytics tracking ID
google_ad_client         :
google_ad_slot           :

# For specifying social profiles. 
# For specifying social profiles.
# https://developers.google.com/structured-data/customize/social-profiles
social:
  type                   : # Person or Organization (defaults to Person)


@@ 41,10 44,10 @@ social:

# Reading Files
safe: false
include: 
include:
  - .htaccess
  - _pages
exclude: 
exclude:
  - "*.sublime-project"
  - "*.sublime-workspace"
  - .asset-cache


@@ 62,7 65,7 @@ exclude:
  - Rakefile
  - README
  - tmp
keep_files: 
keep_files:
  - .git
  - .svn
encoding: "utf-8"


@@ 89,17 92,58 @@ kramdown:
  smart_quotes: lsquo,rsquo,ldquo,rdquo
  enable_coderay: false

# Collections
collections:
  recipes:
    output: true
    permalink: /:collection/:categories/:path/
  pets:
    output: true
    permalink: /:collection/:categories/:path/
  portfolio:
    output: true
    permalink: /:collection/:categories/:path/

# Defaults
defaults:

  # _posts
  - scope:
      path: ""
      type: posts
    values:
      layout: post
      layout: single
      author_profile: true
      comments: true
      share: true
      related: true
  # _pages
  - scope:
      path: _pages
      type: pages
    values:
      layout: single
      author_profile: true
  # _recipes
  - scope:
      path: _recipes
      type: recipes
    values:
      layout: single
      author_profile: true
  # _pets
  - scope:
      path: _pets
      type: pets
    values:
      layout: single
      author_profile: true
  # _portfolio
  - scope:
      path: _portfolio
      type: portfolio
    values:
      layout: single
      author_profile: true

# Plugins
gems:


@@ 143,5 187,4 @@ author:
  twitter          : *twitter
  weibo            :
  xing             :
  youtube          :

  youtube          :
\ No newline at end of file

M _data/navigation.yml => _data/navigation.yml +12 -8
@@ 1,10 1,14 @@
# Site navigation links

- title: About
  url: /about/

- title: Sample Posts
  url: /posts/

- title: Theme Setup
  url: /theme-setup/
\ No newline at end of file
- title: "Theme Setup"
  url: /theme-setup/
- title: "Posts"
  url: /year-archive/
- title: "Categories"
  url: /category-archive/
- title: "Tags"
  url: /tag-archive/
- title: "Pages"
  url: /page-archive/
- title: "Collections"
  url: /collection-archive/
\ No newline at end of file

A _drafts/post-draft.md => _drafts/post-draft.md +17 -0
@@ 0,0 1,17 @@
---
layout: single
title:  "Draft Post"
categories: 
  - Jekyll
tags:
  - edge case
---
Monocle ipsum dolor sit amet handsome pariatur aliqua, hub remarkable irure commodo classic deserunt bespoke. Sunt commodo signature, Swiss minim flat white Tsutaya excepteur artisanal et Nordic laborum joy ANA. Beams mollit exquisite Ginza efficient dolore qui Comme des Garçons Winkreative Lufthansa bulletin global. Iconic sed liveable duis. Mollit dolore eu laboris Comme des Garçons hub pintxos sed eiusmod tote bag Shinkansen nisi consectetur pariatur. Nordic international quis finest Baggu dolore, bureaux hub hand-crafted ut joy sint Airbus A380.

Conversation handsome hub cosy, enim emerging sed K-pop velit Gaggenau charming proident et boulevard ryokan. Remarkable airport deserunt international est, nulla minim magna emerging discerning in exclusive dolor. Commodo dolore deserunt cosy, global Nordic culpa uniforms signature charming. Smart ryokan commodo, eiusmod global occaecat incididunt aliqua Beams. Boulevard conversation excepteur finest Swiss non veniam Comme des Garçons essential artisanal. Destination Scandinavian international, anim Boeing 787 in duis Baggu irure essential.

Fugiat exclusive laborum, Gaggenau ad Winkreative sharp elit labore. Remarkable officia ryokan Boeing 787, consectetur boutique Nordic Singapore espresso elit iconic perfect izakaya soft power excepteur. Ut veniam carefully curated K-pop dolore, uniforms in voluptate. Craftsmanship Ettinger Lufthansa sophisticated esse boutique veniam exquisite. Aute cillum bespoke, intricate consectetur in exquisite international lovely bulletin irure Washlet Gaggenau deserunt. Efficient eu quality of life wardrobe labore, dolor emerging airport concierge reprehenderit izakaya dolore liveable Baggu.

Commodo elegant essential consectetur Gaggenau culpa consequat id sophisticated St Moritz sunt conversation duis non velit. Nulla business class non ut Marylebone ANA soft power fugiat carefully curated. Bureaux sed punctual handsome Washlet impeccable hand-crafted aute extraordinary tote bag enim boulevard soft power sleepy. Dolore conversation irure Zürich the best adipisicing, vibrant finest hub anim premium aliqua. Cupidatat smart international, bureaux Baggu id efficient punctual. Tempor nulla flat white enim, K-pop incididunt elit efficient Toto uniforms concierge discerning. Concierge sleepy extraordinary, deserunt Melbourne commodo Nordic Winkreative Washlet Ginza exercitation espresso.

Tsutaya sed in business class sharp. Do Beams in adipisicing Lufthansa. Business class occaecat Melbourne, irure Singapore commodo espresso carefully curated quis quality of life adipisicing. Impeccable laborum efficient classic proident in. Beams Helsinki ullamco Marylebone dolore sophisticated concierge Muji anim duis joy ut. Comme des Garçons aute Muji in aliquip ryokan soft power Nordic essential ANA culpa elegant.
\ No newline at end of file

A _includes/archive-list-single.html => _includes/archive-list-single.html +8 -0
@@ 0,0 1,8 @@
<article itemscope itemtype="http://schema.org/CreativeWork">
  {% if post.link %}
    <h2 class="link-post" itemprop="headline"><a href="{{ absurl }}{{ post.url }}">{% if post.id %}{{ post.title | markdownify | remove: "<p>" | remove: "</p>" }}{% else %}{{ post.title }}{% endif %}</a> <a href="{{ post.link }}" target="_blank"><i class="fa fa-link"></i></a></h2>
  {% else %}
    <h2 itemprop="headline"><a href="{{ absurl }}{{ post.url }}">{% if post.id %}{{ post.title | markdownify | remove: "<p>" | remove: "</p>" }}{% else %}{{ post.title }}{% endif %}</a></h2>
  {% endif %}
  {% if post.excerpt %}<p itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
</article>
\ No newline at end of file

A _includes/breadcrumbs.html => _includes/breadcrumbs.html +25 -0
@@ 0,0 1,25 @@
<nav class="breadcrumbs">
  <ol itemscope itemtype="http://schema.org/BreadcrumbList">
    {% assign crumbs = page.url | split: '/' %}
    {% assign i = 1 %}
    {% for crumb in crumbs offset: 1 %}
      {% if forloop.first %}
        <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
          <a href="{{ absurl }}/" itemprop="item"><span itemprop="name">{{ site.breadcrumb_home_label }}</span></a>
          <meta itemprop="position" content="{{ i }}" />
        </li>
        <span class="sep">{{ site.breadcrumb_separator }}</span>
      {% endif %}
      {% if forloop.last %}
        <li class="current">{{ page.title }}</li>
      {% else %}
        {% assign i = i | plus: 1 %}
        <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
          <a href="{{ absurl }}{% assign crumb_limit = forloop.index | plus: 1 %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | append: '/' }}{% endfor %}" itemprop="item"><span itemprop="name">{{ crumb | replace: '-', ' ' | replace: '%20', ' ' | capitalize }}</span></a>
          <meta itemprop="position" content="{{ i }}" />
        </li>
        <span class="sep">{{ site.breadcrumb_separator }}</span>
      {% endif %}
    {% endfor %}
  </ol>
</nav>
\ No newline at end of file

A _includes/gallery => _includes/gallery +50 -0
@@ 0,0 1,50 @@
{% include absolute-url.liquid %}

{% if include.id %}
  {% assign gallery = page.[include.id] %}
{% else %}
  {% assign gallery = page.gallery %}
{% endif %}

{% capture gallery-size %}{{ gallery | size }}{% endcapture %}

{% if gallery-size == '2' %}
  {% assign gallery-layout = 'half' %}
{% elsif gallery-size >= '3' %}
  {% assign gallery-layout = 'third' %}
{% else %}
  {% assign gallery-layout = '' %}
{% endif %}

<figure class="{{ gallery-layout }}">
  {% for img in gallery %}
    {% if img.url %}
      <a href=
        {% if img.url contains "http" %}
          "{{ img.url }}"
        {% else %}
          "{{ img.url | prepend: "/images/" | prepend: absurl }}"
        {% endif %}
      >
        <img src=
          {% if img.image_path contains "http" %}
            "{{ img.image_path }}"
          {% else %}
            "{{ img.image_path | prepend: "/images/" | prepend: absurl }}"
          {% endif %}
        alt="{% if img.alt %}{{ img.alt }}{% endif %}">
      </a>
    {% else %}
      <img src=
        {% if img.image_path contains "http" %}
          "{{ img.image_path }}"
        {% else %}
          "{{ img.image_path | prepend: "/images/" | prepend: absurl }}"
        {% endif %}
      alt="{% if img.alt %}{{ img.alt }}{% endif %}">
    {% endif %}
  {% endfor %}
  {% if include.caption %}
    <figcaption>{{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption>
  {% endif %}
</figure>
\ No newline at end of file

A _includes/group-by-array.html => _includes/group-by-array.html +47 -0
@@ 0,0 1,47 @@
<!--
# Jekyll Group-By-Array 0.1.0
# https://github.com/mushishi78/jekyll-group-by-array
# © 2015 Max White <mushishi78@gmail.com>
# MIT License
-->

<!-- Initialize -->
{% assign __empty_array = '' | split: ',' %}
{% assign group_names = __empty_array %}
{% assign group_items = __empty_array %}

<!-- Map -->
{% assign __names =  include.collection | map: include.field %}

<!-- Flatten -->
{% assign __names =  __names | join: ',' | join: ',' | split: ',' %}

<!-- Uniq -->
{% assign __names =  __names | sort %}
{% for name in __names | sort %}

  <!-- If not equal to previous then it must be unique as sorted -->
  {% unless name == previous %}

    <!-- Push to group_names -->
    {% assign group_names = group_names | push: name %}
  {% endunless %}

  {% assign previous = name %}
{% endfor %}


<!-- group_items -->
{% for name in group_names %}

  <!-- Collect if contains -->
  {% assign __item = __empty_array %}
  {% for __element in include.collection %}
    {% if __element[include.field] contains name %}
      {% assign __item = __item | push: __element %}
    {% endif %}
  {% endfor %}

  <!-- Push to group_items -->
  {% assign group_items = group_items | push: __item %}
{% endfor %}

M _includes/seo.html => _includes/seo.html +9 -9
@@ 16,9 16,7 @@
  {% assign canonical_url = page.url | replace: "index.html", "" | prepend: site.url %}
{% endif %}

{% if seo_title %}
  <title>{{ seo_title }}</title>
{% endif %}
<title>{{ seo_title | default: site.title }}</title>

{% assign seo_description = page.description | default: page.excerpt | default: site.description %}
{% if seo_description %}


@@ 57,13 55,15 @@
  <meta name="twitter:title" content="{{ page.title | default: site.title | markdownify | strip_html | strip_newlines | escape_once }}">
  <meta name="twitter:description" content="{{ seo_description }}">
  <meta name="twitter:url" content="{{ canonical_url }}">
  
  {% if page.image.feature %}

  {% if page.header.image %}
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:image" content="{{ page.image.feature | prepend: "/images/" | prepend: absurl }}">
    <meta name="twitter:image" content="{% if page.header.image contains "http" %}{{ page.header.image }}{% else %}{{ page.header.image | prepend: "/images/" | prepend: absurl }}{% endif %}">
  {% else %}
    <meta name="twitter:card" content="summary">
    <meta name="twitter:image" content="{% if page.image.thumb %}{{ page.image.thumb | prepend: "/images/" | prepend: absurl }}{% else %}{{ site.logo | prepend: "/images/" | prepend: absurl }}{% endif %}">
    {% if site.logo %}
      <meta name="twitter:image" content="{{ site.logo | prepend: "/images/" | prepend: absurl }}">
    {% endif %}
  {% endif %}

  {% if seo_author_twitter %}


@@ 81,8 81,8 @@
  {% endif %}
{% endif %}

{% if page.image.feature %}
  <meta property="og:image" content="{{ page.image.feature | prepend: "/images/" | prepend: absurl }}">
{% if page.header.image %}
  <meta property="og:image" content="{% if page.header.image contains "http" %}{{ page.header.image }}{% else %}{{ page.header.image | prepend: "/images/" | prepend: absurl }}{% endif %}">
{% endif %}

{% if page.date %}

M _layouts/archive.html => _layouts/archive.html +1 -19
@@ 1,25 1,7 @@
---
layout: default
---

{% include absolute-url.liquid %}

<div class="archive">
  <h1>{{ page.title }}</h1>
  {% capture written_year %}'None'{% endcapture %}
  {% for post in site.posts %}  
    {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
    {% if year != written_year %}
      <h3>{{ year }}</h3>
      {% capture written_year %}{{ year }}{% endcapture %}
    {% endif %}
    <article itemscope itemtype="http://schema.org/CreativeWork">
      {% if post.link %}
        <h2 class="link-post" itemprop="headline"><a href="{{ absurl }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> <a href="{{ post.link }}" target="_blank" title="{{ post.title }}"><i class="fa fa-link"></i></a></h2>
      {% else %}
        <h2 itemprop="headline"><a href="{{ absurl }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h2>
        <p itemprop="description">{{ post.excerpt | remove: '\[ ... \]' | remove: '\( ... \)' | markdownify | strip_html | strip_newlines | escape_once }}</p>
      {% endif %}
    </article>
  {% endfor %}
  {{ content }}
</div><!-- /.archive -->
\ No newline at end of file

M _layouts/default.html => _layouts/default.html +32 -13
@@ 15,25 15,44 @@ layout: compress
  {% include browser-upgrade.html %}
  {% include navigation.html %}

  {% if page.image.feature %}
  {% if page.header.image %}
    <div class="image-wrap">
    <img src=
      {% if page.image.feature contains "http" %}
        "{{ page.image.feature }}"
      {% else %}
        "{{ page.image.feature | prepend: "/images/" | prepend: absurl }}"
        "{{ page.image.feature | prepend: absurl }}"
      <img src=
        {% if page.header.image contains "http" %}
          "{{ page.header.image }}"
        {% else %}
          "{{ page.header.image | prepend: "/images/" | prepend: absurl }}"
        {% endif %}
        alt="{{ page.title }}">
      {% if page.header.caption %}
        <span class="image-caption">{{ page.header.caption | markdownify | remove: "<p>" | remove: "</p>" }}</span>
      {% endif %}
      alt="{{ page.title }}">
    {% if page.image.credit %}
      <span class="image-credit">Photo Credit: <a href="{{ page.image.creditlink }}">{{ page.image.credit }}</a></span>
    {% endif %}
    </div><!-- /.image-wrap -->
  {% endif %}

  {% if site.breadcrumbs %}
    {% include breadcrumbs.html %}
  {% endif %}

  <div id="main" role="main">
    <div class="author-profile">
      {% include author-profile.html %}
    <div class="sidebar">
      {% if page.author_profile %}{% include author-profile.html %}{% endif %}
      {% if page.sidebar %}
        {% for s in page.sidebar %}
          {% if s.image %}
            <img src=
            {% if s.image contains "http" %}
              "{{ s.image }}"
            {% else %}
              "{{ s.image | prepend: "/images/" | prepend: absurl }}"
            {% endif %}
            alt="{% if s.image_alt %}{{ s.image_alt }}{% endif %}">
          {% endif %}
          {% if s.title %}<h3>{{ s.title }}</h3>{% endif %}
          {% if s.text %}{{ s.text | markdownify }}{% endif %}
        {% endfor %}
      {% endif %}
      {% unless page.author_profile or page.sidebar %}&nbsp;{% endunless %}
    </div>
    {{ content }}
  </div><!-- /#main -->

D _layouts/home.html => _layouts/home.html +0 -19
@@ 1,19 0,0 @@
---
layout: default
---

{% include absolute-url.liquid %}

<div class="archive">
  <h3><a href="{{ absurl }}/posts/">Recent Posts</a></h3>
  {% for post in site.posts limit:5 %}
  <article itemscope itemtype="http://schema.org/CreativeWork">
    {% if post.link %}
      <h2 class="link-post" itemprop="headline"><a href="{{ absurl }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> <a href="{{ post.link }}" target="_blank" title="{{ post.title }}"><i class="fa fa-link"></i></a></h2>
    {% else %}
      <h2 itemprop="headline"><a href="{{ absurl }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h2>
      <p itemprop="description">{{ post.excerpt | strip_html | truncate: 160 }}</p>
    {% endif %}
  </article>
  {% endfor %}
</div><!-- /#index -->
\ No newline at end of file

R _layouts/post.html => _layouts/single.html +7 -7
@@ 5,21 5,21 @@ layout: default
{% include absolute-url.liquid %}

<article class="post" itemscope itemtype="http://schema.org/CreativeWork">
  <meta itemprop="description" content="{{ page.excerpt | strip_html }}">
  {% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
  {% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %}
  {% if page.modified %}<meta itemprop="dateModified" content="{{ page.modified | date: "%B %d, %Y" }}">{% endif %}
      

  <div class="article-wrap">
    <header>
      {% if page.link %}
        <h1 itemprop="headline"><a href="{{ page.link }}">{{ page.title }}</a></h1>
        <h1 itemprop="headline"><a href="{{ page.link }}">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}</a></h1>
      {% else %}
        <h1 itemprop="headline"><a href="{{ absurl }}{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></h1>
        <h1 itemprop="headline"><a href="{{ absurl }}{{ page.url }}" rel="bookmark">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}</a></h1>
      {% endif %}
    </header>

    <section itemprop="text">
    {{ content }}
      {{ content }}
    </section>

    <hr />


@@ 37,8 37,8 @@ layout: default
  {% endif %}
</article>

{% comment %}<!-- only show related on a post page -->{% endcomment %}
{% if page.id and site.related_posts.size > 0 %}
{% comment %}<!-- only show related on a post page when not disabled -->{% endcomment %}
{% if page.id and page.related and site.related_posts.size > 0 %}
  <div class="related-articles">
  <h4>You might also enjoy <small class="pull-right">(<a href="{{ absurl }}/posts/">View all posts</a>)</small></h4>
    <ul>

M _pages/404.md => _pages/404.md +0 -2
@@ 1,11 1,9 @@
---
layout: post
title: "Page Not Found"
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.

<script type="text/javascript">

M _pages/about.md => _pages/about.md +1 -8
@@ 1,15 1,8 @@
---
layout: post
permalink: /about/
title: About the Theme
tags: [about, Jekyll, theme, responsive]
title: "About the Theme"
modified: 2014-08-08T20:53:07.573882-04:00
image:
  feature: sample-image-2.jpg
  credit: WeGraphics
  creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/
---

Minimal Mistakes is responsive Jekyll theme with large featured images and solid typography. As the name implies the styling is fairly minimal to make it easier for you to build on top of.

## Minimal Mistakes is all about:

A _pages/category-archive.html => _pages/category-archive.html +16 -0
@@ 0,0 1,16 @@
---
layout: archive
permalink: /category-archive/
title: "Posts by Category"
author_profile: false
---
{% include absolute-url.liquid %}
{% include group-by-array.html collection=site.posts field='categories' %}

{% for category in group_names %}
  {% assign posts = group_items[forloop.index0] %}
  <h3>{{ category }}</h3>
  {% for post in posts %}
    {% include archive-list-single.html %}
  {% endfor %}
{% endfor %}
\ No newline at end of file

A _pages/collection-archive.html => _pages/collection-archive.html +23 -0
@@ 0,0 1,23 @@
---
layout: archive
title: "Posts by Collection"
permalink: /collection-archive/
author_profile: false
---
{% include absolute-url.liquid %}
{% capture written_label %}'None'{% endcapture %}

{% for collection in site.collections %}
  {% unless collection.output == false or collection.label == 'posts' %}
    {% capture label %}{{ collection.label }}{% endcapture %}
    {% if label != written_label %}
      <h3>{{ label }}</h3>
      {% capture written_label %}{{ label }}{% endcapture %}
    {% endif %}
  {% endunless %}
  {% for post in collection.docs %}
    {% unless collection.output == false or collection.label == 'posts' %}
      {% include archive-list-single.html %}
    {% endunless %}
  {% endfor %}
{% endfor %}
\ No newline at end of file

M _pages/home.md => _pages/home.md +12 -7
@@ 1,10 1,15 @@
---
layout: home
layout: archive
permalink: /
excerpt: "A minimal Jekyll theme for your blog by designer Michael Rose."
tags: [Jekyll, theme, responsive, blog, template]
image:
  feature: sample-image-1.jpg
  credit: WeGraphics
  creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/
---
\ No newline at end of file
header:
  image: unsplash-image-7.jpg
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
---
{% include absolute-url.liquid %}

### Recent Posts

{% for post in site.posts limit:5 %}
  {% include archive-list-single.html %}
{% endfor %}
\ No newline at end of file

A _pages/lorem-ipsum.md => _pages/lorem-ipsum.md +51 -0
@@ 0,0 1,51 @@
---
title: "Lorem Ipsum"
permalink: /lorem-ipsum/
---
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio. Maecenas suscipit, risus et eleifend imperdiet, nisi orci ullamcorper massa, et adipiscing orci velit quis magna. Praesent sit amet ligula id orci venenatis auctor. Phasellus porttitor, metus non tincidunt dapibus, orci pede pretium neque, sit amet adipiscing ipsum lectus et libero. Aenean bibendum. Curabitur mattis quam id urna. Vivamus dui. Donec nonummy lacinia lorem. Cras risus arcu, sodales ac, ultrices ac, mollis quis, justo. Sed a libero. Quisque risus erat, posuere at, tristique non, lacinia quis, eros.

Cras volutpat, lacus quis semper pharetra, nisi enim dignissim est, et sollicitudin quam ipsum vel mi. Sed commodo urna ac urna. Nullam eu tortor. Curabitur sodales scelerisque magna. Donec ultricies tristique pede. Nullam libero. Nam sollicitudin felis vel metus. Nullam posuere molestie metus. Nullam molestie, nunc id suscipit rhoncus, felis mi vulputate lacus, a ultrices tortor dolor eget augue. Aenean ultricies felis ut turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse placerat tellus ac nulla. Proin adipiscing sem ac risus. Maecenas nisi. Cras semper.

Praesent interdum mollis neque. In egestas nulla eget pede. Integer eu purus sed diam dictum scelerisque. Morbi cursus velit et felis. Maecenas faucibus aliquet erat. In aliquet rhoncus tellus. Integer auctor nibh a nunc fringilla tempus. Cras turpis urna, dignissim vel, suscipit pulvinar, rutrum quis, sem. Ut lobortis convallis dui. Sed nonummy orci a justo. Morbi nec diam eget eros eleifend tincidunt.

Curabitur non elit. Pellentesque iaculis, nisl non aliquet adipiscing, purus urna aliquet orci, sed sodales pede neque at massa. Pellentesque laoreet, enim eget varius mollis, sapien erat suscipit metus, sit amet iaculis nulla sapien id felis. Aliquam erat volutpat. Nam congue nulla a ligula. Morbi tempor hendrerit erat. Curabitur augue. Vestibulum nulla est, commodo et, fringilla quis, bibendum eget, ipsum. Suspendisse pulvinar iaculis ante. Mauris dignissim ante quis nisi. Aliquam ante mi, aliquam et, pellentesque ac, dapibus et, enim. In vulputate justo vel magna. Phasellus imperdiet justo. Proin odio orci, dapibus id, porta a, pellentesque id, erat. Aliquam erat volutpat. Mauris nonummy varius libero. Sed dolor ipsum, tempor non, aliquet et, pulvinar quis, dui. Pellentesque mauris diam, lobortis id, varius varius, facilisis at, nulla.

Cras pede. Nullam id velit sit amet turpis tincidunt sagittis. Nunc malesuada. Nunc consequat scelerisque odio. Donec eu leo. Nunc pellentesque felis sed odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus lobortis metus in lectus. Cras mollis quam eget sapien. Pellentesque non lorem sit amet sem lacinia euismod.

Nulla eget diam eget leo imperdiet consequat. Morbi nunc magna, pellentesque eu, porta at, ultricies ut, neque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In tincidunt. Praesent ut orci id eros congue ultrices. Mauris non neque. Donec nulla ante, molestie sit amet, fermentum nec, blandit sit amet, purus. Fusce eget diam eu odio iaculis mollis. Phasellus consectetuer pede quis nisi. Proin non sem ut elit pulvinar faucibus. In a turpis nec augue fringilla elementum.

Nullam felis. Donec in nulla. Suspendisse sodales, turpis in suscipit ullamcorper, enim nunc sagittis risus, eu auctor velit tortor ut turpis. Mauris id augue at neque aliquam eleifend. Sed eget augue. Nunc faucibus ligula sed massa. Etiam non nulla. Etiam accumsan ullamcorper nisl. In pharetra massa at nunc. Nunc elementum. Duis sodales enim nec libero. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Praesent dapibus eros sodales urna. Duis magna nisi, lobortis quis, tincidunt rutrum, posuere non, ipsum.

Aliquam convallis neque vitae diam. In diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis fermentum arcu in tortor. Sed nibh leo, rhoncus eu, fermentum et, scelerisque ac, massa. Cras id turpis. Etiam commodo sem luctus lorem. Morbi at mi. In rutrum. Aenean luctus pede euismod tortor. Phasellus dictum. Cras neque justo, venenatis sit amet, tristique et, vulputate in, dui. Etiam sed mi gravida sapien imperdiet dictum. Aliquam gravida orci a tortor. Donec tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus risus ante, pellentesque vitae, luctus eget, scelerisque sed, libero. Donec massa.

Donec libero mauris, volutpat at, convallis vel, laoreet euismod, augue. In accumsan malesuada risus. Mauris metus magna, condimentum in, nonummy non, ornare eu, velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin posuere. Proin rhoncus rutrum lorem. Phasellus dignissim massa non libero volutpat tincidunt. In hac habitasse platea dictumst. Phasellus eget eros. Nulla in nulla. Vivamus quis mauris. Maecenas pharetra rhoncus tellus. Sed sit amet lacus.

Quisque interdum felis a tellus. Aliquam sed diam ac velit aliquam rutrum. Morbi commodo, risus a pulvinar adipiscing, tortor pede posuere risus, ac ornare tellus massa nec lectus. Vivamus mollis metus ac sapien. Nam sed est a libero ullamcorper dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean a erat ac nibh accumsan volutpat. Phasellus pulvinar consequat turpis. Curabitur ante metus, tempus ut, consequat eu, sollicitudin sit amet, justo. Duis ut libero.

Հայերեն

Lorem Ipsum-ը տպագրության և տպագրական արդյունաբերության համար նախատեսված մոդելային տեքստ է: Սկսած 1500-ականներից\` Lorem Ipsum-ը հանդիսացել է տպագրական արդյունաբերության ստանդարտ մոդելային տեքստ, ինչը մի անհայտ տպագրիչի կողմից տարբեր տառատեսակների օրինակների գիրք ստեղծելու ջանքերի արդյունք է: Այս տեքստը ոչ միայն կարողացել է գոյատևել հինգ դարաշրջան, այլև ներառվել է էլեկտրոնային տպագրության մեջ\` մնալով էապես անփոփոխ: Այն հայտնի է դարձել 1960-ականներին Lorem Ipsum բովանդակող Letraset էջերի թողարկման արդյունքում, իսկ ավելի ուշ համակարգչային տպագրության այնպիսի ծրագրերի թողարկման հետևանքով, ինչպիսին է Aldus PageMaker-ը, որը ներառում է Lorem Ipsum-ի տարատեսակներ:

Български

Lorem Ipsum е елементарен примерен текст, използван в печатарската и типографската индустрия. Lorem Ipsum е индустриален стандарт от около 1500 година, когато неизвестен печатар взема няколко печатарски букви и ги разбърква, за да напечата с тях книга с примерни шрифтове. Този начин не само е оцелял повече от 5 века, но е навлязъл и в публикуването на електронни издания като е запазен почти без промяна. Популяризиран е през 60те години на 20ти век със издаването на Letraset листи, съдържащи Lorem Ipsum пасажи, популярен е и в наши дни във софтуер за печатни издания като Aldus PageMaker, който включва различни версии на Lorem Ipsum.

Català

Lorem Ipsum és un text de farciment usat per la indústria de la tipografia i la impremta. Lorem Ipsum ha estat el text estàndard de la indústria des de l&#8217;any 1500, quan un impressor desconegut va fer servir una galerada de text i la va mesclar per crear un llibre de mostres tipogràfiques. No només ha sobreviscut cinc segles, sinó que ha fet el salt cap a la creació de tipus de lletra electrònics, romanent essencialment sense canvis. Es va popularitzar l&#8217;any 1960 amb el llançament de fulls Letraset que contenien passatges de Lorem Ipsum, i més recentment amb programari d&#8217;autoedició com Aldus Pagemaker que inclou versions de Lorem Ipsum.

Hrvatski

Lorem Ipsum je jednostavno probni tekst koji se koristi u tiskarskoj i slovoslagarskoj industriji. Lorem Ipsum postoji kao industrijski standard još od 16-og stoljeća, kada je nepoznati tiskar uzeo tiskarsku galiju slova i posložio ih da bi napravio knjigu s uzorkom tiska. Taj je tekst ne samo preživio pet stoljeća, već se i vinuo u svijet elektronskog slovoslagarstva, ostajući u suštini nepromijenjen. Postao je popularan tijekom 1960-ih s pojavom Letraset listova s odlomcima Lorem Ipsum-a, a u skorije vrijeme sa software-om za stolno izdavaštvo kao što je Aldus PageMaker koji također sadrži varijante Lorem Ipsum-a.

Česky

Lorem Ipsum je demonstrativní výplňový text používaný v tiskařském a knihařském průmyslu. Lorem Ipsum je považováno za standard v této oblasti už od začátku 16. století, kdy dnes neznámý tiskař vzal kusy textu a na jejich základě vytvořil speciální vzorovou knihu. Jeho odkaz nevydržel pouze pět století, on přežil i nástup elektronické sazby v podstatě beze změny. Nejvíce popularizováno bylo Lorem Ipsum v šedesátých letech 20. století, kdy byly vydávány speciální vzorníky s jeho pasážemi a později pak díky počítačovým DTP programům jako Aldus PageMaker.

Româna

Lorem Ipsum este pur şi simplu o machetă pentru text a industriei tipografice. Lorem Ipsum a fost macheta standard a industriei încă din secolul al XVI-lea, când un tipograf anonim a luat o planşetă de litere şi le-a amestecat pentru a crea o carte demonstrativă pentru literele respective. Nu doar că a supravieţuit timp de cinci secole, dar şi a facut saltul în tipografia electronică practic neschimbată. A fost popularizată în anii &#8217;60 odată cu ieşirea colilor Letraset care conţineau pasaje Lorem Ipsum, iar mai recent, prin programele de publicare pentru calculator, ca Aldus PageMaker care includeau versiuni de Lorem Ipsum.

Српски

Lorem Ipsum је једноставно модел текста који се користи у штампарској и словослагачкој индустрији. Lorem ipsum је био стандард за модел текста још од 1500. године, када је непознати штампар узео кутију са словима и сложио их како би направио узорак књиге. Не само што је овај модел опстао пет векова, него је чак почео да се користи и у електронским медијима, непроменивши се. Популаризован је шездесетих година двадесетог века заједно са листовима летерсета који су садржали Lorem Ipsum пасусе, а данас са софтверским пакетом за прелом као што је Aldus PageMaker који је садржао Lorem Ipsum верзије.
\ No newline at end of file

A _pages/page-a.md => _pages/page-a.md +6 -0
@@ 0,0 1,6 @@
---
title: "Page A"
permalink: /page-a/
date: 2011-06-23T18:38:52+00:00
---
Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
\ No newline at end of file

A _pages/page-archive.html => _pages/page-archive.html +10 -0
@@ 0,0 1,10 @@
---
layout: archive
title: "Page Archive"
permalink: /page-archive/
author_profile: false
---
{% include absolute-url.liquid %}
{% for post in site.pages %}
  {% include archive-list-single.html %}
{% endfor %}
\ No newline at end of file

A _pages/page-b.md => _pages/page-b.md +6 -0
@@ 0,0 1,6 @@
---
title: "Page B"
permalink: /page-b/
date: 2011-06-23T18:39:14+00:00
---
(lorem ipsum)
\ No newline at end of file

A _pages/portfolio-archive.html => _pages/portfolio-archive.html +15 -0
@@ 0,0 1,15 @@
---
layout: archive
title: "Portfolio"
permalink: /portfolio/
---
{% include absolute-url.liquid %}
{% include group-by-array.html collection=site.portfolio field='categories' %}

{% for category in group_names %}
  {% assign posts = group_items[forloop.index0] %}
  <h3>{{ category }}</h3>
  {% for post in posts %}
    {% include archive-list-single.html %}
  {% endfor %}
{% endfor %}
\ No newline at end of file

D _pages/posts.md => _pages/posts.md +0 -6
@@ 1,6 0,0 @@
---
layout: archive
permalink: /posts/
title: "All Posts"
excerpt: "A List of Posts"
---
\ No newline at end of file

A _pages/recipes-archive.html => _pages/recipes-archive.html +16 -0
@@ 0,0 1,16 @@
---
layout: archive
title: "Recipes"
permalink: /recipes/
author_profile: false
---
{% include absolute-url.liquid %}
{% include group-by-array.html collection=site.recipes field='categories' %}

{% for category in group_names %}
  {% assign posts = group_items[forloop.index0] %}
  <h3>{{ category }}</h3>
  {% for post in posts %}
    {% include archive-list-single.html %}
  {% endfor %}
{% endfor %}
\ No newline at end of file

A _pages/sample-page.md => _pages/sample-page.md +14 -0
@@ 0,0 1,14 @@
---
title: "Sample Page"
permalink: /sample-page/
date: 2016-02-24T03:02:20+00:00
---
This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

> Hi there! I'm a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi'a coladas. (And gettin' caught in the rain.)

...or something like this:

> The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

You should probably delete this page and create new pages for your content. Have fun!
\ No newline at end of file

A _pages/sitemap.md => _pages/sitemap.md +36 -0
@@ 0,0 1,36 @@
---
layout: archive
title: "Sitemap"
permalink: /sitemap/
author_profile: false
---
{% include absolute-url.liquid %}

A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ absurl }}/sitemap.xml) available for digesting as well.

<h3>Pages</h3>
{% for post in site.pages %}
  {% include archive-list-single.html %}
{% endfor %}

<h3>Posts</h3>
{% for post in site.posts %}
  {% include archive-list-single.html %}
{% endfor %}

{% capture written_label %}'None'{% endcapture %}

{% for collection in site.collections %}
{% unless collection.output == false or collection.label == 'posts' %}
  {% capture label %}{{ collection.label }}{% endcapture %}
  {% if label != written_label %}
  <h3>{{ label }}</h3>
  {% capture written_label %}{{ label }}{% endcapture %}
  {% endif %}
{% endunless %}
{% for post in collection.docs %}
  {% unless collection.output == false or collection.label == 'posts' %}
  {% include archive-list-single.html %}
  {% endunless %}
{% endfor %}
{% endfor %}
\ No newline at end of file

A _pages/tag-archive.html => _pages/tag-archive.html +15 -0
@@ 0,0 1,15 @@
---
layout: archive
permalink: /tag-archive/
title: "Posts by Tags"
---
{% include absolute-url.liquid %}
{% include group-by-array.html collection=site.posts field='tags' %}

{% for tag in group_names %}
  {% assign posts = group_items[forloop.index0] %}
  <h3>{{ tag }}</h3>
  {% for post in posts %}
    {% include archive-list-single.html %}
  {% endfor %}
{% endfor %}
\ No newline at end of file

M _pages/theme-setup.md => _pages/theme-setup.md +1 -7
@@ 1,17 1,11 @@
---
layout: post
title: "Theme Setup"
permalink: /theme-setup/
title: Theme Setup
modified: 2016-01-19
excerpt: "Instructions on how to install and customize the Jekyll theme Minimal Mistakes."
share: true
comments: true
image:
  feature: sample-image-3.jpg
  credit: WeGraphics
  creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/
---

{% include toc.html %}

## Installation

A _pages/year-archive.html => _pages/year-archive.html +16 -0
@@ 0,0 1,16 @@
---
layout: archive
permalink: /year-archive/
title: "Posts by Year"
author_profile: false
---
{% include absolute-url.liquid %}
{% capture written_year %}'None'{% endcapture %}
{% for post in site.posts %}
  {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
  {% if year != written_year %}
    <h3>{{ year }}</h3>
    {% capture written_year %}{{ year }}{% endcapture %}
  {% endif %}
  {% include archive-list-single.html %}
{% endfor %}
\ No newline at end of file

A _pets/lhasa-apso.md => _pets/lhasa-apso.md +9 -0
@@ 0,0 1,9 @@
---
title: "Lhasa Apso"
excerpt: "The Lhasa Apso is a non-sporting dog breed originating in Tibet."
categories: 
  - dog
---
> The Lhasa Apso (/ˈlɑːsə ˈæpsoʊ/ lah-sə ap-soh) is a non-sporting dog breed originating in Tibet. It was bred as an interior sentinel in the Buddhist monasteries, to alert the monks to any intruders who entered. Lhasa is the capital city of Tibet, and apso is a word in the Tibetan language meaning "bearded", so, Lhasa Apso simply means "long-haired Lhasa dog". There are, however, some who claim that the word "apso" is a form of the Tibetan word "rapso", meaning "goat-like", which would make the equivalent translation "wooly Lhasa dog".

> <cite>From Wikipedia, the free encyclopedia</cite>
\ No newline at end of file

A _pets/tabby.md => _pets/tabby.md +9 -0
@@ 0,0 1,9 @@
---
title: "Tabby"
excerpt: "A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines or swirling patterns, usually with a mark resembling an 'M' on its forehead."
categories: 
  - cat
---
> A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines or swirling patterns, usually together with a mark resembling an 'M' on its forehead. Tabbies are sometimes erroneously assumed to be a cat breed. In fact, the tabby pattern is found in many breeds, as well as among the general mixed-breed population. The tabby pattern is a naturally occurring feature that may be related to the coloration of the domestic cat's direct ancestor, the African wildcat, which (along with the European wildcat and Asiatic wildcat) has a similar coloration.

> <cite>From Wikipedia, the free encyclopedia</cite>
\ No newline at end of file

A _portfolio/foo-bar-website.md => _portfolio/foo-bar-website.md +32 -0
@@ 0,0 1,32 @@
---
title: "Foo Bar Identify"
excerpt: "Foo Bar design system including logo mark, website design, and branding applications."
header:
  image: foo-bar-identity.jpg
sidebar:
  - title: "Role"
    image: http://placehold.it/350x250
    image_alt: "logo"
    text: "Designer, Front-End Developer"
  - title: "Responsibilities"
    text: "Reuters try PR stupid commenters should isn't a business model"
gallery:
  - url: unsplash-gallery-image-1.jpg
    image_path: unsplash-gallery-image-1-th.jpg
    alt: "placeholder image 1"
  - url: unsplash-gallery-image-2.jpg
    image_path: unsplash-gallery-image-2-th.jpg
    alt: "placeholder image 2"
  - url: unsplash-gallery-image-3.jpg
    image_path: unsplash-gallery-image-3-th.jpg
    alt: "placeholder image 3"
categories: 
  - branding
  - web design
  - development
---
Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman.

{% include gallery caption="This is a sample gallery to go along with this case study." %}

hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight.
\ No newline at end of file

A _posts/2009-05-15-edge-case-nested-and-mixed-lists.md => _posts/2009-05-15-edge-case-nested-and-mixed-lists.md +59 -0
@@ 0,0 1,59 @@
---
title: "Edge Case: Nested and Mixed Lists"
categories:
  - Edge Case
tags:
  - content
  - css
  - edge case
  - lists
  - markup
---
Nested and mixed lists are an interesting beast. It's a corner case to make sure that

* Lists within lists do not break the ordered list numbering order
* Your list styles go deep enough.

### Ordered -- Unordered -- Ordered

1. ordered item
2. ordered item 
  * **unordered**
  * **unordered** 
    1. ordered item
    2. ordered item
3. ordered item
4. ordered item

### Ordered -- Unordered -- Unordered

1. ordered item
2. ordered item 
  * **unordered**
  * **unordered** 
    * unordered item
    * unordered item
3. ordered item
4. ordered item

### Unordered -- Ordered -- Unordered

* unordered item
* unordered item 
  1. ordered
  2. ordered 
    * unordered item
    * unordered item
* unordered item
* unordered item

### Unordered -- Unordered -- Ordered

* unordered item
* unordered item 
  * unordered
  * unordered 
    1. **ordered item**
    2. **ordered item**
* unordered item
* unordered item
\ No newline at end of file

A _posts/2009-06-01-edge-case-many-tags.md => _posts/2009-06-01-edge-case-many-tags.md +48 -0
@@ 0,0 1,48 @@
---
title: "Edge Case: Many Tags"
categories:
  - Edge Case
tags:
  - 8BIT
  - alignment
  - Articles
  - captions
  - categories
  - chat
  - comments
  - content
  - css
  - dowork
  - edge case
  - embeds
  - excerpt
  - Fail
  - featured image
  - FTW
  - Fun
  - gallery
  - html
  - image
  - Jekyll
  - layout
  - link
  - Love
  - markup
  - Mothership
  - Must Read
  - Nailed It
  - Pictures
  - Post Formats
  - quote
  - standard
  - Success
  - Swagger
  - Tags
  - template
  - title
  - twitter
  - Unseen
  - video
  - YouTube
---
This post has many tags.
\ No newline at end of file

A _posts/2009-07-02-edge-case-many-categories.md => _posts/2009-07-02-edge-case-many-categories.md +70 -0
@@ 0,0 1,70 @@
---
title: "Edge Case: Many Categories"
categories:
  - aciform
  - antiquarianism
  - arrangement
  - asmodeus
  - broder
  - buying
  - Cat A
  - Cat B
  - Cat C
  - championship
  - chastening
  - Child 1
  - Child 2
  - Child Category 01
  - Child Category 02
  - Child Category 03
  - Child Category 04
  - Child Category 05
  - clerkship
  - disinclination
  - disinfection
  - dispatch
  - echappee
  - Edge Case
  - enphagy
  - equipollent
  - fatuity
  - Foo A
  - Foo A
  - Foo Parent
  - gaberlunzie
  - Grandchild Category
  - illtempered
  - insubordination
  - lender
  - Markup
  - Media
  - monosyllable
  - packthread
  - palter
  - papilionaceous
  - Parent
  - Parent Category
  - personable
  - Post Formats
  - propylaeum
  - pustule
  - quartern
  - scholarship
  - selfconvicted
  - showshoe
  - sloyd
  - sub
  - sublunary
  - tamtam
  - Unpublished
  - weakhearted
  - ween
  - wellhead
  - wellintentioned
  - whetstone
  - years
tags:
  - categories
  - edge case
---
This post has many categories.
\ No newline at end of file

A _posts/2009-08-06-edge-case-no-body-content.md => _posts/2009-08-06-edge-case-no-body-content.md +9 -0
@@ 0,0 1,9 @@
---
title: "Edge Case: No Body Content"
categories:
  - Edge Case
tags:
  - content
  - edge case
  - layout
---

A _posts/2009-09-05-edge-case-no-yaml-title.md => _posts/2009-09-05-edge-case-no-yaml-title.md +9 -0
@@ 0,0 1,9 @@
---
categories:
  - Edge Case
tags:
  - edge case
  - layout
  - title
---
This post has no title specified in the YAML Front Matter. Jekyll should auto-generate a title from the filename.
\ No newline at end of file

A _posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md => _posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md +26 -0
@@ 0,0 1,26 @@
---
title: "Antidisestablishmentarianism"
categories:
  - Edge Case
tags:
  - content
  - css
  - edge case
  - html
  - layout
  - title
---
## Title should not overflow the content area

A few things to check for:

  * Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.
  * Check the browser window / tab title.
  * If you are a theme developer, check that this text does not break anything.

The following CSS properties will help you support non-breaking text.

```css
-ms-word-wrap: break-word;
word-wrap: break-word;
```
\ No newline at end of file

A _posts/2009-10-05-edge-case-very-long-title.md => _posts/2009-10-05-edge-case-very-long-title.md +13 -0
@@ 0,0 1,13 @@
---
title: "Suspicio? Bene ... tunc ibimus? Quis uh ... CONEXUS locus his diebus? Quisque semper aliquid videtur, in volutpat mauris. Nolo enim dicere. Vobis neque ab aliis. Ego feci memetipsum explicans. Gus mortuus est. Lorem opus habeo. Jackson Isai? Tu quoque ... A te quidem a ante. Vos scitis quod blinking res Ive 'been vocans super vos? Et conteram illud, et conteram hoc. Maledicant druggie excors. Iam hoc tu facere conatus sum ad te in omni tempore? Ludum mutavit. Verbum est ex. Et ... sunt occid"
categories:
  - Edge Case
tags:
  - content
  - css
  - edge case
  - html
  - layout
  - title
---
Check for long titles and how they might break a template.
\ No newline at end of file

A _posts/2010-01-07-post-standard.md => _posts/2010-01-07-post-standard.md +31 -0
@@ 0,0 1,31 @@
---
title: "Post: Standard"
excerpt_separator: "<!--more-->"
categories:
  - Post Formats
tags:
  - Post Formats
  - readability
  - standard
---
All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, "Oh, why can't you remain like this for ever!" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end.

Mrs. Darling first heard of Peter when she was tidying up her children's minds. It is the nightly custom of every good mother after her children are asleep to rummage in their minds and put things straight for next morning, repacking into their proper places the many articles that have wandered during the day.

<!--more-->

This post has a manual excerpt `<!--more-->` set after the second paragraph. The following YAML Front Matter has also be applied:

```yaml
excerpt_separator: "<!--more-->"
```

If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on.

I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still.

Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more.

Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights.

Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance.
\ No newline at end of file

A _posts/2010-01-08-post-chat.md => _posts/2010-01-08-post-chat.md +133 -0
@@ 0,0 1,133 @@
---
title: "Post: Chat"
categories:
  - Post Formats
tags:
  - chat
  - Post Formats
---
Abbott: Strange as it may seem, they give ball players nowadays very peculiar names.

Costello: Funny names?

Abbott: Nicknames, nicknames. Now, on the St. Louis team we have Who's on first, What's on second, I Don't Know is on third--

Costello: That's what I want to find out. I want you to tell me the names of the fellows on the St. Louis team.

Abbott: I'm telling you. Who's on first, What's on second, I Don't Know is on third--

Costello: You know the fellows' names?

Abbott: Yes.

Costello: Well, then who's playing first?

Abbott: Yes.

Costello: I mean the fellow's name on first base.

Abbott: Who.

Costello: The fellow playin' first base.

Abbott: Who.

Costello: The guy on first base.

Abbott: Who is on first.

Costello: Well, what are you askin' me for?

Abbott: I'm not asking you--I'm telling you. Who is on first.

Costello: I'm asking you--who's on first?

Abbott: That's the man's name.

Costello: That's who's name?

Abbott: Yes.

Costello: When you pay off the first baseman every month, who gets the money?

Abbott: Every dollar of it. And why not, the man's entitled to it.

Costello: Who is?

Abbott: Yes.

Costello: So who gets it?

Abbott: Why shouldn't he? Sometimes his wife comes down and collects it.

Costello: Who's wife?

Abbott: Yes. After all, the man earns it.

Costello: Who does?

Abbott: Absolutely.

Costello: Well, all I'm trying to find out is what's the guy's name on first base?

Abbott: Oh, no, no. What is on second base.

Costello: I'm not asking you who's on second.

Abbott: Who's on first!

Costello: St. Louis has a good outfield?

Abbott: Oh, absolutely.

Costello: The left fielder's name?

Abbott: Why.

Costello: I don't know, I just thought I'd ask.

Abbott: Well, I just thought I'd tell you.

Costello: Then tell me who's playing left field?

Abbott: Who's playing first.

Costello: Stay out of the infield! The left fielder's name?

Abbott: Why.

Costello: Because.

Abbott: Oh, he's center field.

Costello: Wait a minute. You got a pitcher on this team?

Abbott: Wouldn't this be a fine team without a pitcher?

Costello: Tell me the pitcher's name.

Abbott: Tomorrow.

Costello: Now, when the guy at bat bunts the ball--me being a good catcher--I want to throw the guy out at first base, so I pick up the ball and throw it to who?

Abbott: Now, that's he first thing you've said right.

Costello: I DON'T EVEN KNOW WHAT I'M TALKING ABOUT!

Abbott: Don't get excited. Take it easy.

Costello: I throw the ball to first base, whoever it is grabs the ball, so the guy runs to second. Who picks up the ball and throws it to what. What throws it to I don't know. I don't know throws it back to tomorrow--a triple play.

Abbott: Yeah, it could be.

Costello: Another guy gets up and it's a long ball to center.

Abbott: Because.

Costello: Why? I don't know. And I don't care.

Abbott: What was that?

Costello: I said, I DON'T CARE!

Abbott: Oh, that's our shortstop!
\ No newline at end of file

A _posts/2010-02-05-post-notice.md => _posts/2010-02-05-post-notice.md +52 -0
@@ 0,0 1,52 @@
---
title: "Post: Notice"
categories:
  - Post Formats
tags:
  - Post Formats
  - notice
---
A notice displays information that explains nearby content. Often used to call attention to a particular detail.

When using Kramdown `{: .notice}` can be added after a sentence to assign the `.notice` to the `<p></p>` element. 

**Changes in Service:** We just updated our privacy policy here to better service our customers. We recommend reviewing the changes.
{: .notice}

Want to wrap several paragraphs or other elements in a notice? Using Liquid to capture the content and then filter it with `markdownify` is a good way to go.

```html
{% raw %}{% capture notice-2 %}
### New Site Features

* You can now have cover images on blog pages
* Drafts will now auto-save while writing
{% endcapture %}{% endraw %}

<div class="notice">{% raw %}{{ notice-2 | markdownify }}{% endraw %}</div>
```

{% capture notice-2 %}
### New Site Features

* You can now have cover images on blog pages
* Drafts will now auto-save while writing
{% endcapture %}

<div class="notice">
  {{ notice-2 | markdownify }}
</div>

Or you could skip the capture and stick with straight HTML.

```html
<div class="notice">
  <h3>Message</h3>
  <p>A basic message.</p>
</div>
```

<div class="notice">
  <h3>Message</h3>
  <p>A basic message.</p>
</div>
\ No newline at end of file

A _posts/2010-02-05-post-quote.md => _posts/2010-02-05-post-quote.md +11 -0
@@ 0,0 1,11 @@
---
title: "Post: Quote"
categories:
  - Post Formats
tags:
  - Post Formats
  - quote
---
> Only one thing is impossible for God: To find any sense in any copyright law on the planet.
  
> <cite><a href="http://www.brainyquote.com/quotes/quotes/m/marktwain163473.html">Mark Twain</a></cite>
\ No newline at end of file

A _posts/2010-03-07-post-link.md => _posts/2010-03-07-post-link.md +14 -0
@@ 0,0 1,14 @@
---
title: "Post: Link"
categories:
  - Post Formats
tags:
  - link
  - Post Formats
link: https://github.com
---
This theme supports **link posts**, made famous by John Gruber. To use, just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done.

> And this is how a quote looks.

Some [link](#) can also be shown.
\ No newline at end of file

A _posts/2010-06-02-post-video-youtube.md => _posts/2010-06-02-post-video-youtube.md +10 -0
@@ 0,0 1,10 @@
---
title: "Post: Video (YouTube)"
categories:
  - Post Formats
tags:
  - Post Formats
---
YouTube video embed below.

<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/l2Of1-d5E5o?controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
\ No newline at end of file

A _posts/2010-08-05-post-image-linked.md => _posts/2010-08-05-post-image-linked.md +9 -0
@@ 0,0 1,9 @@
---
title: "Post: Image (with Link)"
categories:
  - Post Formats
tags:
  - image
  - Post Formats
---
[![foo]({{http://wpthemetestdata.files.wordpress.com/2008/06/100_5540.jpg?w=604}})](http://wpthemetestdata.files.wordpress.com/2008/06/100_5540.jpg)
\ No newline at end of file

A _posts/2010-08-05-post-image-standard.md => _posts/2010-08-05-post-image-standard.md +11 -0
@@ 0,0 1,11 @@
---
title: "Post: Image (Standard)"
categories:
  - Post Formats
tags:
  - image
  - Post Formats
---
The preferred way of using images is placing them in the `/images/` directory and referencing them with an absolute path. Prepending the filename with `{% raw %}{{ site.url }}{{ site.baseurl }}/images/{% endraw %}` well make sure your images display properly in feeds and such.

![Unsplash image 9]({{ site.url }}{{ site.baseurl }}/images/unsplash-image-9.jpg)
\ No newline at end of file

A _posts/2010-08-06-post-image-linked-caption.md => _posts/2010-08-06-post-image-linked-caption.md +16 -0
@@ 0,0 1,16 @@
---
title: "Post: Image (Linked with Caption)"
categories:
  - Post Formats
tags:
  - image
  - Post Formats
---
{% capture fig_img %}
[![Foo](http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg)](http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg)
{% endcapture %}

<figure>
  {{ fig_img | markdownify }}
  <figcaption>Chunk of resinous blackboy husk, Clarkson, Western Australia. This burns like a spinifex log.</figcaption>
</figure>
\ No newline at end of file

A _posts/2010-08-07-post-image-caption.md => _posts/2010-08-07-post-image-caption.md +17 -0
@@ 0,0 1,17 @@
---
title: "Post: Image (Caption)"
categories:
  - Post Formats
tags:
  - image
  - Post Formats
  - shortcode
---
{% capture fig_img %}
![Foo](http://wpthemetestdata.files.wordpress.com/2008/06/100_5478.jpg?w=604)
{% endcapture %}

<figure>
  {{ fig_img | markdownify }}
  <figcaption>Bell on wharf in San Francisco</figcaption>
</figure>
\ No newline at end of file

A _posts/2010-09-09-post-gallery.md => _posts/2010-09-09-post-gallery.md +90 -0
@@ 0,0 1,90 @@
---
title: "Post: Gallery"
categories:
  - Post Formats
tags:
  - gallery
  - Post Formats
  - tiled
gallery:
  - url: unsplash-gallery-image-1.jpg
    image_path: unsplash-gallery-image-1-th.jpg
    alt: "placeholder image 1"
  - url: unsplash-gallery-image-2.jpg
    image_path: unsplash-gallery-image-2-th.jpg
    alt: "placeholder image 2"
  - url: unsplash-gallery-image-3.jpg
    image_path: unsplash-gallery-image-3-th.jpg
    alt: "placeholder image 3"
gallery2:
  - url: https://flic.kr/p/8a6Ven
    image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg
    alt: "Black and grays with a hint of green"
  - url: https://flic.kr/p/8a738X
    image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg
    alt: "Made for open text placement"
  - url: https://flic.kr/p/8a6VXP
    image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg
    alt: "Fog in the trees"
gallery3:
  - image_path: unsplash-gallery-image-2-th.jpg
    alt: "placeholder image 2"
  - image_path: unsplash-gallery-image-4-th.jpg
    alt: "placeholder image 4"
---
These are gallery tests for image wrapped in `<figure>` elements.

To place a gallery add the necessary YAML Front Matter:

```yaml
gallery:
  - url: unsplash-gallery-image-1.jpg
    image_path: unsplash-gallery-image-1-th.jpg
    alt: "placeholder image 1"
  - url: unsplash-gallery-image-2.jpg
    image_path: unsplash-gallery-image-2-th.jpg
    alt: "placeholder image 2"
  - url: unsplash-gallery-image-3.jpg
    image_path: unsplash-gallery-image-3-th.jpg
    alt: "placeholder image 3"
  - url: unsplash-gallery-image-4.jpg
    image_path: unsplash-gallery-image-4-th.jpg
    alt: "placeholder image 4"
```

And then drop-in the gallery include --- gallery `caption` is optional.

```liquid
{% raw %}{% include gallery caption="This is a sample gallery with **Markdown support**." %}{% endraw %}
```

{% include gallery caption="This is a sample gallery with **Markdown support**." %}

This is some text after the gallery just to make sure that everything aligns properly.

Here comes another gallery, this time set the `id` to match 2nd gallery hash in YAML Front Matter.

```yaml
gallery2:
  - url: https://flic.kr/p/8a6Ven
    image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg
    alt: "Black and grays with a hint of green"
  - url: https://flic.kr/p/8a738X
    image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg
    alt: "Made for open text placement"
  - url: https://flic.kr/p/8a6VXP
    image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg
    alt: "Fog in the trees"
```

And place it like so: 

```liquid
{% raw %}{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %}{% endraw %}
```

{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %}

And for giggles one more gallery just to make sure this works.

{% include gallery id="gallery3" caption="This is a third gallery example with two images." %}
\ No newline at end of file

A _posts/2010-09-10-post-twitter-embeds.md => _posts/2010-09-10-post-twitter-embeds.md +14 -0
@@ 0,0 1,14 @@
---
title: "Post: Twitter Embed"
categories:
  - Media
tags:
  - content
  - embeds
  - media
  - twitter
---
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">🎨 Finally got around to adding all my <a href="https://twitter.com/procreateapp">@procreateapp</a> creations with time lapse videos <a href="https://t.co/1nNbkefC3L">https://t.co/1nNbkefC3L</a> <a href="https://t.co/gcNLJoJ0Gn">pic.twitter.com/gcNLJoJ0Gn</a></p>&mdash; Michael Rose (@mmistakes) <a href="https://twitter.com/mmistakes/status/662678050795094016">November 6, 2015</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

This post tests Twitter Embeds.
\ No newline at end of file

A _posts/2010-10-25-post-future-date.md => _posts/2010-10-25-post-future-date.md +7 -0
@@ 0,0 1,7 @@
---
title: "Post: Future Date"
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

A _posts/2012-01-02-template-comments-disabled.md => _posts/2012-01-02-template-comments-disabled.md +13 -0
@@ 0,0 1,13 @@
---
title: "Template: Comments Disabled"
comments: false
categories:
  - Template
  - Uncategorized
tags:
  - comments
  - template
---
This post has its comments disabled.

There should be no comment form.
\ No newline at end of file

A _posts/2012-01-02-template-comments.md => _posts/2012-01-02-template-comments.md +11 -0
@@ 0,0 1,11 @@
---
title: "Template: Comments Enabled"
comments: true
categories:
  - Template
  - Uncategorized
tags:
  - comments
  - template
---
This post should display comments.
\ No newline at end of file

A _posts/2012-01-02-template-related-posts-disabled.md => _posts/2012-01-02-template-related-posts-disabled.md +13 -0
@@ 0,0 1,13 @@
---
title: "Template: Related Posts Disabled"
related: false
categories:
  - Template
  - Uncategorized
tags:
  - related posts
  - template
---
This post has related posts disabled.

Related post links should not appear.
\ No newline at end of file

A _posts/2012-01-02-template-related-posts.md => _posts/2012-01-02-template-related-posts.md +11 -0
@@ 0,0 1,11 @@
---
title: "Template: Related Posts Enabled"
related: true
categories:
  - Template
  - Uncategorized
tags:
  - related posts
  - template
---
This post has related posts enabled.
\ No newline at end of file

A _posts/2012-01-02-template-sharing-disabled.md => _posts/2012-01-02-template-sharing-disabled.md +13 -0
@@ 0,0 1,13 @@
---
title: "Template: Social Sharing Links Disabled"
share: false
categories:
  - Template
  - Uncategorized
tags:
  - social
  - template
---
This post has social sharing disabled.

Social sharing links should not appear.
\ No newline at end of file

A _posts/2012-01-02-template-sharing.md => _posts/2012-01-02-template-sharing.md +11 -0
@@ 0,0 1,11 @@
---
title: "Template: Social Sharing Links Enabled"
share: true
categories:
  - Template
  - Uncategorized
tags:
  - social
  - template
---
This post should display social sharing links.
\ No newline at end of file

A _posts/2012-01-03-template-comments-sharing-related-posts-disabled.md => _posts/2012-01-03-template-comments-sharing-related-posts-disabled.md +17 -0
@@ 0,0 1,17 @@
---
title: "Template: Comments, Social Sharing Links, and Related Posts Disabled"
comments: false
share: false
related: false
categories:
  - Template
  - Uncategorized
tags:
  - related posts
  - social
  - 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

R _posts/2011-03-10-sample-post.md => _posts/2012-01-03-template-table-of-contents-post.md +3 -10
@@ 1,15 1,8 @@
---
title: Sample Post
excerpt: "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
modified: 2013-05-31
tags: [intro, beginner, jekyll, tutorial]
comments: false
image:
  feature: sample-image-5.jpg
  credit: WeGraphics
  creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/
title: "Template: Post with Table Of Contents"
tags:
  - table of contents
---

<section id="table-of-contents" class="toc">
  <header>
    <h3>Overview</h3>

A _posts/2012-01-07-template-sticky.md => _posts/2012-01-07-template-sticky.md +15 -0
@@ 0,0 1,15 @@
---
title: "Template: Sticky"
categories:
  - Uncategorized
tags:
  - sticky
  - template
---
This is a sticky post.

There are a few things to verify:

  * The sticky post should be distinctly recognizable in some way in comparison to normal posts.
  * They should show at the very top of the blog index page, even though they could be several posts back chronologically.
  * They should still show up again in their chronologically correct position in time, but without the sticky indicator.
\ No newline at end of file

A _posts/2012-03-14-template-code-excerpt-generated.md => _posts/2012-03-14-template-code-excerpt-generated.md +13 -0
@@ 0,0 1,13 @@
---
title: "Template: Code Excerpt (Generated)"
categories:
  - Template
  - Uncategorized
tags:
  - content
  - excerpt
  - template
---
This is the post content with inline code, (e.g. `<span style="color: red;">red</span>`. 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

A _posts/2012-03-14-template-excerpt-defined.md => _posts/2012-03-14-template-excerpt-defined.md +14 -0
@@ 0,0 1,14 @@
---
title: "Template: Excerpt (Defined)"
excerpt: "This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages."
categories:
  - Template
  - Uncategorized
tags:
  - content
  - 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

A _posts/2012-03-14-template-excerpt-generated.md => _posts/2012-03-14-template-excerpt-generated.md +16 -0
@@ 0,0 1,16 @@
---
title: "Template: Excerpt (Generated)"
excerpt_separator: "<!--more-->"
categories:
  - Template
  - Uncategorized
tags:
  - content
  - 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.

<!--more-->

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

R _posts/2014-07-31-author-override.md => _posts/2012-03-15-template-author-override.md +2 -9
@@ 1,11 1,8 @@
---
title: "Author Override"
title: "Template: Author Override"
author: billy_rick
modified:
excerpt: "A post to test author overrides using a data file."
tags: []
---

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`


@@ 13,7 10,7 @@ Previously the theme used a global author for the entire site and those attribut
Start by modifying or creating a new `authors.yml` file in the `_data` folder and add your authors using the following format.

{% highlight yaml %}
# Authors
# /_data/authors.yml

billy_rick:
  name: Billy Rick


@@ 22,8 19,6 @@ billy_rick:
  bio: "What do you want, jewels? I am a very extravagant man."
  avatar: bio-photo-2.jpg
  twitter: extravagantman
  google:
    plus: BillyRick

cornelius_fiddlebone:
  name: Cornelius Fiddlebone


@@ 31,8 26,6 @@ cornelius_fiddlebone:
  bio: "I ordered what?"
  avatar: bio-photo.jpg
  twitter: rhymeswithsackit
  google:
    plus: CorneliusFiddlebone
{% endhighlight %}

To assign Billy Rick as an author for our post. You'd add the following YAML front matter to a post:

A _posts/2012-03-15-template-featured-image-external.md => _posts/2012-03-15-template-featured-image-external.md +16 -0
@@ 0,0 1,16 @@
---
title: "Template: Featured Image (External URL)"
header:
  image: https://farm5.staticflickr.com/4140/4939863887_84705982fd_b.jpg
categories:
  - Template
  - Uncategorized
tags:
  - edge case
  - featured image
  - 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

A _posts/2012-03-15-template-featured-image-horizontal.md => _posts/2012-03-15-template-featured-image-horizontal.md +19 -0
@@ 0,0 1,19 @@
---
title: "Template: Featured Image (Horizontal)"
header:
  image: unsplash-image-1.jpg
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
categories:
  - Template
  - Uncategorized
tags:
  - edge case
  - featured image
  - image
  - template
---
This post should display a **featured image**, if the theme supports it.

Non-square images can provide some unique styling issues.

This post tests a horizontal featured image.
\ No newline at end of file

R _posts/2013-05-23-readability-feature-post.md => _posts/2012-03-15-template-featured-image-text-readability.md +12 -12
@@ 1,13 1,13 @@
---
title: "Post with Large Feature Image and Text"
excerpt: "Custom written post descriptions are the way to go... if you're not lazy."
tags: [sample post, readability, test]
image:
  feature: sample-image-4.jpg
  credit: WeGraphics
  creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/
title: "Template: Featured Image and Text Readability"
header:
  image: unsplash-image-4.jpg
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
tags: 
  - sample post
  - 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.


@@ 16,10 16,10 @@ Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater u

In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. **[Terry Richardson](#) shabby chic +1**, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's.

* Sartorial hoodie
* Labore viral forage
* Tote bag selvage
* DIY exercitation et id ugh tumblr church-key
  * Sartorial hoodie
  * Labore viral forage
  * Tote bag selvage
  * DIY exercitation et id ugh tumblr church-key

Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr.


A _posts/2012-03-15-template-featured-image-vertical.md => _posts/2012-03-15-template-featured-image-vertical.md +20 -0
@@ 0,0 1,20 @@
---
title: "Template: Featured Image (Vertical)"
header:
  image: unsplash-image-6.jpg
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
categories:
  - Template
  - Uncategorized
tags:
  - Codex
  - edge case
  - featured image
  - image
  - template
---
This post should display a **featured image**, if the theme supports it.

Non-square images can provide some unique styling issues.

This post tests a vertical featured image.
\ No newline at end of file

A _posts/2012-03-15-template-more-tag.md => _posts/2012-03-15-template-more-tag.md +17 -0
@@ 0,0 1,17 @@
---
title: "Template: More Tag"
categories:
  - Template
  - Uncategorized
tags:
  - content
  - 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.

<!--more-->

And this content is after the more tag.
\ No newline at end of file

R _posts/2012-05-22-readability-post.md => _posts/2012-05-22-markup-text-readability.md +10 -8
@@ 1,9 1,11 @@
---
title: "Testing Readability with a Bunch of Text"
excerpt: "A ton of text to test readability."
tags: [sample post, readability, test]
title: "Markup: Text Readability Test"
excerpt: "A bunch of text to test readability."
tags: 
  - sample post
  - 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.


@@ 12,10 14,10 @@ Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater u

In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's.

* Sartorial hoodie
* Labore viral forage
* Tote bag selvage
* DIY exercitation et id ugh tumblr church-key
  * Sartorial hoodie
  * Labore viral forage
  * Tote bag selvage
  * DIY exercitation et id ugh tumblr church-key

Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr.


A _posts/2013-01-05-markup-title-with-markup.md => _posts/2013-01-05-markup-title-with-markup.md +13 -0
@@ 0,0 1,13 @@
---
title: "Markup: Title *with* **Markdown**"
categories:
  - Markdown
tags:
  - css
  - html
  - title
---
Verify that:

* The post title renders the word "with" in *italics* and the word "Markdown" in **bold**.
* The post title markup should be removed from the browser window / tab.
\ No newline at end of file

A _posts/2013-01-05-markup-title-with-special-characters.md => _posts/2013-01-05-markup-title-with-special-characters.md +431 -0
@@ 0,0 1,431 @@
---
title: "Markup: Title with Special&nbsp;---&nbsp;Characters"
categories:
  - Markup
tags:
  - html
  - markup
  - 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.

## Latin Character Tests

This is a test to see if the fonts used in this theme support basic Latin characters.

<table>
  <tr>
    <td>
      !
    </td>
    
    <td>
      &#8220;
    </td>
    
    <td>
      #
    </td>
    
    <td>
      $
    </td>
    
    <td>
      %
    </td>
    
    <td>
      &
    </td>
    
    <td>
      &#8216;
    </td>
    
    <td>
      (
    </td>
    
    <td>
      )
    </td>
    
    <td>
      *
    </td>
  </tr>
  
  <tr>
    <td>
      +
    </td>
    
    <td>
      ,
    </td>
    
    <td>
      &#8211;
    </td>
    
    <td>
      .
    </td>
    
    <td>
      /
    </td>
    
    <td>
    </td>
    
    <td>
      1
    </td>
    
    <td>
      2
    </td>
    
    <td>
      3
    </td>
    
    <td>
      4
    </td>
  </tr>
  
  <tr>
    <td>
      5
    </td>
    
    <td>
      6
    </td>
    
    <td>
      7
    </td>
    
    <td>
      8
    </td>
    
    <td>
      9
    </td>
    
    <td>
      :
    </td>
    
    <td>
      ;
    </td>
    
    <td>
      >
    </td>
    
    <td>
      =
    </td>
    
    <td>
      <
    </td>
  </tr>
  
  <tr>
    <td>
      ?
    </td>
    
    <td>
      @
    </td>
    
    <td>
      A
    </td>
    
    <td>
      B
    </td>
    
    <td>
      C
    </td>
    
    <td>
      D
    </td>
    
    <td>
      E
    </td>
    
    <td>
      F
    </td>
    
    <td>
      G
    </td>
    
    <td>
      H
    </td>
  </tr>
  
  <tr>
    <td>
      I
    </td>
    
    <td>
      J
    </td>
    
    <td>
      K
    </td>
    
    <td>
      L
    </td>
    
    <td>
      M
    </td>
    
    <td>
      N
    </td>
    
    <td>
      O
    </td>
    
    <td>
      P
    </td>
    
    <td>
      Q
    </td>
    
    <td>
      R
    </td>
  </tr>
  
  <tr>
    <td>
      S
    </td>
    
    <td>
      T
    </td>
    
    <td>
      U
    </td>
    
    <td>
      V
    </td>
    
    <td>
      W
    </td>
    
    <td>
      X
    </td>
    
    <td>
      Y
    </td>
    
    <td>
      Z
    </td>
    
    <td>
      [
    </td>
    
    <td>
    </td>
  </tr>
  
  <tr>
    <td>
      ]
    </td>
    
    <td>
      ^
    </td>
    
    <td>
      _
    </td>
    
    <td>
      `
    </td>
    
    <td>
      a
    </td>
    
    <td>
      b
    </td>
    
    <td>
      c
    </td>
    
    <td>
      d
    </td>
    
    <td>
      e
    </td>
    
    <td>
      f
    </td>
  </tr>
  
  <tr>
    <td>
      g
    </td>
    
    <td>
      h
    </td>
    
    <td>
      i
    </td>
    
    <td>
      j
    </td>
    
    <td>
      k
    </td>
    
    <td>
      l
    </td>
    
    <td>
      m
    </td>
    
    <td>
      n
    </td>
    
    <td>
      o
    </td>
    
    <td>
      p
    </td>
  </tr>
  
  <tr>
    <td>
      q
    </td>
    
    <td>
      r
    </td>
    
    <td>
      s
    </td>
    
    <td>
      t
    </td>
    
    <td>
      u
    </td>
    
    <td>
      v
    </td>
    
    <td>
      w
    </td>
    
    <td>
      x
    </td>
    
    <td>
      y
    </td>
    
    <td>
      z
    </td>
  </tr>
  
  <tr>
    <td>
      {
    </td>
    
    <td>
      |
    </td>
    
    <td>
      }
    </td>
    
    <td>
      ~
    </td>
    
    <td>
    </td>
    
    <td>
    </td>
    
    <td>
    </td>
    
    <td>
    </td>
    
    <td>
    </td>
    
    <td>
    </td>
  </tr>
</table>
\ No newline at end of file

A _posts/2013-01-09-markup-text-alignment.md => _posts/2013-01-09-markup-text-alignment.md +33 -0
@@ 0,0 1,33 @@
---
title: "Markup: Text Alignment"
categories:
  - Markup
tags:
  - alignment
  - content
  - 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.

### Left Align

This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it's views. It's favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment.
{: style="text-align: left;"}

### Center Align

This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes.
{: style="text-align: center;"}

### Right Align

This is a paragraph. It is right aligned. It is a bit more conservative in it's views. It's prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it's a pretty good shot from at least four or five football fields away. Dead on. So boss.
{: style="text-align: right;"}

### Justify Align

This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it's place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude.
{: style="text-align: justify;"}
\ No newline at end of file

A _posts/2013-01-10-markup-image-alignment.md => _posts/2013-01-10-markup-image-alignment.md +71 -0
@@ 0,0 1,71 @@
---
title: "Markup: Image Alignment"
categories:
  - Markup
tags:
  - alignment
  - captions
  - content
  - css
  - 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}

The image above happens to be **centered**.

![image-left](http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-150x150.jpg){: .align-left} The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**.

As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished!

And now for a **massively large image**. It also has **no alignment**.

![no-alignment](http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-1200x4002.jpg)

The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.

![image-right](http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-300x200.jpg){: .align-right}

And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently.

In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right.

And just when you thought we were done, we're going to do them all over again with captions!

<figure class="align-center">
  <img src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-580x300.jpg" alt="">
  <figcaption>Look at 580 x 300 getting some love.</figcaption>
</figure> 

The figure above happens to be **centered**. The caption also has a link in it, just to see if it does anything funky.

<figure style="width: 150px" class="align-left">
  <img src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-150x150.jpg" alt="">
  <figcaption>Itty-bitty caption.</figcaption>
</figure> 

The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**.

As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished!

And now for a **massively large image**. It also has **no alignment**.

<figure style="width: 1200px">
  <img src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-1200x4002.jpg" alt="">
  <figcaption>Massive image comment for your eyeballs.</figcaption>
</figure> 

The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.

<figure style="width: 300px" class="align-right">
  <img src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-300x200.jpg" alt="">
  <figcaption>Feels good to be right all the time.</figcaption>
</figure> 

And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently.

In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right.

And that's a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!
\ No newline at end of file

A _posts/2013-01-11-markup-html-tags-and-formatting.md => _posts/2013-01-11-markup-html-tags-and-formatting.md +202 -0
@@ 0,0 1,202 @@
---
title: "Markup: HTML Tags and Formatting"
categories:
  - Markup
tags:
  - content
  - css
  - formatting
  - html
  - markup
---
## Headings

# Header one

## Header two

### Header three

#### Header four

##### Header five

###### Header six

## Blockquotes

Single line blockquote:

> Stay hungry. Stay foolish.

Multi line blockquote with a cite reference:

> People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. 

<cite>Steve Jobs</cite> --- Apple Worldwide Developers' Conference, 1997

## Tables

| Employee | Salary | |
| -------- | ------ | - |
| [John Doe](#) | $1 | Because that's all Steve Jobs needed for a salary. |
| [Jane Doe](#) |$100K |For all the blogging she does. |
| [Fred Bloggs](#) | $100M | Pictures are worth a thousand words, right? So Jane × 1,000. |
| [Jane Bloggs](#) | $100B | With hair like that?! Enough said. |

| Header1 | Header2 | Header3 |
|:--------|:-------:|--------:|
| cell1   | cell2   | cell3   |
| cell4   | cell5   | cell6   |
|----
| cell1   | cell2   | cell3   |
| cell4   | cell5   | cell6   |
|=====
| Foot1   | Foot2   | Foot3

## Definition Lists

Definition List Title
:   Definition list division.

Startup
:   A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.

#dowork
:   Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends.

Do It Live
:   I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one.

## Unordered Lists (Nested)

  * List item one 
      * List item one 
          * List item one
          * List item two
          * List item three
          * List item four
      * List item two
      * List item three
      * List item four
  * List item two
  * List item three
  * List item four

## Ordered List (Nested)

  1. List item one 
      1. List item one 
          1. List item one
          2. List item two
          3. List item three
          4. List item four
      2. List item two
      3. List item three
      4. List item four
  2. List item two
  3. List item three
  4. List item four

## Buttons

Make any link standout more when applying the `.btn` class.

```html
<a href="#" class="btn btn-success">Success Button</a>
```

[Primary Button](#){: .btn}
[Success Button](#){: .btn .btn-success}
[Warning Button](#){: .btn .btn-warning}
[Danger Button](#){: .btn .btn-danger}
[Info Button](#){: .btn .btn-info}

```markdown
[Primary Button Text](#link){: .btn}
[Success Button Text](#link){: .btn .btn-success}
[Warning Button Text](#link){: .btn .btn-warning}
[Danger Button Text](#link){: .btn .btn-danger}
[Info Button Text](#link){: .btn .btn-info}
```

## Notices

**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.
{: .notice}

## HTML Tags

### Address Tag

<address>
  1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States
</address>

### Anchor Tag (aka. Link)

This is an example of a [link](http://apple.com "Apple").

### Abbreviation Tag

The abbreviation CSS stands for "Cascading Style Sheets".

*[CSS]: Cascading Style Sheets

### Cite Tag

"Code is poetry." ---<cite>Automattic</cite>

### Code Tag

You will learn later on in these tests that `word-wrap: break-word;` will be your best friend.

### Strike Tag

This tag will let you <strike>strikeout text</strike>.

### Emphasize Tag

The emphasize tag should _italicize_ text.

### Insert Tag

This tag should denote <ins>inserted</ins> text.

### Keyboard Tag

This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag.

### Preformatted Tag

This tag styles large blocks of code.

<pre>
.post-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
	and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
}
</pre>

### Quote Tag

<q>Developers, developers, developers&#8230;</q> &#8211;Steve Ballmer

### Strong Tag

This tag shows **bold text**.

### Subscript Tag

Getting our science styling on with H<sub>2</sub>O, which should push the "2" down.

### Superscript Tag

Still sticking with science and Isaac Newton's E = MC<sup>2</sup>, which should lift the 2 up.

### Variable Tag

This allows you to denote <var>variables</var>.
\ No newline at end of file

R _posts/2013-05-22-sample-post-images.md => _posts/2013-05-22-markup-more-images.md +9 -6
@@ 1,7 1,10 @@
---
title: "A Post with Images"
title: "Markup: Another Post with Images"
excerpt: "Examples and code for displaying images in posts."
tags: [sample post, images, test]
tags: 
  - sample post
  - images
  - test
---

Here are some examples of what a post with images might look like. If you want to display two or three images next to each other responsively use `figure` with the appropriate `class`. Each instance of `figure` is auto-numbered and displayed in the caption.


@@ 21,13 24,13 @@ Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater u

Apply the `half` class like so to display two images side by side that share the same caption.

{% highlight html %}
```html
<figure class="half">
    <a href="/images/image-filename-1-large.jpg"><img src="/images/image-filename-1.jpg"></a>
    <a href="/images/image-filename-2-large.jpg"><img src="/images/image-filename-2.jpg"></a>
    <figcaption>Caption describing these two images.</figcaption>
</figure>
{% endhighlight %}
```

And you'll get something that looks like this:



@@ 41,14 44,14 @@ And you'll get something that looks like this:

Apply the `third` class like so to display three images side by side that share the same caption.

{% highlight html %}
```html
<figure class="third">
	<img src="/images/image-filename-1.jpg">
	<img src="/images/image-filename-2.jpg">
	<img src="/images/image-filename-3.jpg">
	<figcaption>Caption describing these three images.</figcaption>
</figure>
{% endhighlight %}
```

And you'll get something that looks like this:


D _posts/2013-08-12-sample-link-post.md => _posts/2013-08-12-sample-link-post.md +0 -12
@@ 1,12 0,0 @@
---
title: "Sample Link Post"
excerpt: "Example and code for using link posts."
tags: [sample post, link post]
link: http://mademistakes.com
---

This theme supports **link posts**, made famous by John Gruber. To use, just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done.

> And this is how a quote looks.

Some [link](http://www.mademistakes.com) can also be shown.

D _posts/2013-08-16-code-highlighting-post.md => _posts/2013-08-16-code-highlighting-post.md +0 -119
@@ 1,119 0,0 @@
---
title: Syntax Highlighting Post
excerpt: "Demo post displaying the various ways of highlighting code in Markdown."
tags: [sample post, code, highlighting]
modified: 2016-02-01
---

Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.[^1]

[^1]: <http://en.wikipedia.org/wiki/Syntax_highlighting>

### Highlighted Code Blocks

To modify styling and highlight colors edit `/_sass/syntax.scss`.

{% highlight css %}
#container {
    float: left;
    margin: 0 -240px 0 0;
    width: 100%;
}
{% endhighlight %}

{% highlight html %}
{% raw %}
<nav class="pagination" role="navigation">
    {% if page.previous %}
        <a href="{{ site.url }}{{ page.previous.url }}" class="btn" title="{{ page.previous.title }}">Previous article</a>
    {% endif %}
    {% if page.next %}
        <a href="{{ site.url }}{{ page.next.url }}" class="btn" title="{{ page.next.title }}">Next article</a>
    {% endif %}
</nav><!-- /.pagination -->
{% endraw %}
{% endhighlight %}

{% highlight ruby %}
module Jekyll
  class TagIndex < Page
    def initialize(site, base, dir, tag)
      @site = site
      @base = base
      @dir = dir
      @name = 'index.html'
      self.process(@name)
      self.read_yaml(File.join(base, '_layouts'), 'tag_index.html')
      self.data['tag'] = tag
      tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: '
      tag_title_suffix = site.config['tag_title_suffix'] || '&#8211;'
      self.data['title'] = "#{tag_title_prefix}#{tag}"
      self.data['description'] = "An archive of posts tagged #{tag}."
    end
  end
end
{% endhighlight %}


### Standard Code Block

    {% raw %}
    <nav class="pagination" role="navigation">
        {% if page.previous %}
            <a href="{{ site.url }}{{ page.previous.url }}" class="btn" title="{{ page.previous.title }}">Previous article</a>
        {% endif %}
        {% if page.next %}
            <a href="{{ site.url }}{{ page.next.url }}" class="btn" title="{{ page.next.title }}">Next article</a>
        {% endif %}
    </nav><!-- /.pagination -->
    {% endraw %}


### Fenced Code Blocks

To modify styling and highlight colors edit `/_sass/coderay.scss`. Line numbers and a few other things can be modified in `_config.yml`. Consult [Jekyll's documentation](http://jekyllrb.com/docs/configuration/) for more information.

~~~ css
#container {
    float: left;
    margin: 0 -240px 0 0;
    width: 100%;
}
~~~

~~~ html
{% raw %}<nav class="pagination" role="navigation">
    {% if page.previous %}
        <a href="{{ site.url }}{{ page.previous.url }}" class="btn" title="{{ page.previous.title }}">Previous article</a>
    {% endif %}
    {% if page.next %}
        <a href="{{ site.url }}{{ page.next.url }}" class="btn" title="{{ page.next.title }}">Next article</a>
    {% endif %}
</nav><!-- /.pagination -->{% endraw %}
~~~

~~~ ruby
module Jekyll
  class TagIndex < Page
    def initialize(site, base, dir, tag)
      @site = site
      @base = base
      @dir = dir
      @name = 'index.html'
      self.process(@name)
      self.read_yaml(File.join(base, '_layouts'), 'tag_index.html')
      self.data['tag'] = tag
      tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: '
      tag_title_suffix = site.config['tag_title_suffix'] || '&#8211;'
      self.data['title'] = "#{tag_title_prefix}#{tag}"
      self.data['description'] = "An archive of posts tagged #{tag}."
    end
  end
end
~~~

### GitHub Gist Embed

An example of a Gist embed below.

{% gist mmistakes/6589546 %}

A _posts/2013-08-16-markup-syntax-highlighting.md => _posts/2013-08-16-markup-syntax-highlighting.md +77 -0
@@ 0,0 1,77 @@
---
title: "Markup: Syntax Highlighting"
excerpt: "Post displaying the various ways of highlighting code in Markdown."
tags: 
  - code
  - syntax highlighting
---

Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.[^1]

[^1]: <http://en.wikipedia.org/wiki/Syntax_highlighting>

### GFM Code Blocks

GitHub Flavored Markdown [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/) are supported. To modify styling and highlight colors edit `/_sass/syntax.scss`.

```css
#container {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%;
}
```

```html
{% raw %}<nav class="pagination" role="navigation">
  {% if page.previous %}
    <a href="{{ site.url }}{{ page.previous.url }}" class="btn" title="{{ page.previous.title }}">Previous article</a>
  {% endif %}
  {% if page.next %}
    <a href="{{ site.url }}{{ page.next.url }}" class="btn" title="{{ page.next.title }}">Next article</a>
  {% endif %}
</nav><!-- /.pagination -->{% endraw %}
```

```ruby
module Jekyll
  class TagIndex < Page
    def initialize(site, base, dir, tag)
      @site = site
      @base = base
      @dir = dir
      @name = 'index.html'
      self.process(@name)
      self.read_yaml(File.join(base, '_layouts'), 'tag_index.html')
      self.data['tag'] = tag
      tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: '
      tag_title_suffix = site.config['tag_title_suffix'] || '&#8211;'
      self.data['title'] = "#{tag_title_prefix}#{tag}"
      self.data['description'] = "An archive of posts tagged #{tag}."
    end
  end
end
```

### Code Blocks in Lists

Indentation matters. Be sure the indent of the code block aligns with the first non-space character after the list item marker (e.g., `1.`). Usually this will mean indenting 3 spaces instead of 4.

1. Do step 1.
2. Now do this:
   
   ```ruby
   def print_hi(name)
     puts "Hi, #{name}"
   end
   print_hi('Tom')
   #=> prints 'Hi, Tom' to STDOUT.
   ```
        
3. Now you can do this.

### GitHub Gist Embed

An example of a Gist embed below.

{% gist mmistakes/6589546 %}

A _posts/2016-02-24-welcome-to-jekyll.md => _posts/2016-02-24-welcome-to-jekyll.md +26 -0
@@ 0,0 1,26 @@
---
title:  "Welcome to Jekyll!"
categories: 
  - Jekyll
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.

Jekyll also offers powerful support for code snippets:

```ruby
def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
```

Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].

[jekyll-docs]: http://jekyllrb.com/docs/home
[jekyll-gh]:   https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/
\ No newline at end of file

A _recipes/chocolate-chip-cookies.md => _recipes/chocolate-chip-cookies.md +33 -0
@@ 0,0 1,33 @@
---
title: "Chocolate Chip Cookies"
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.

This recipe makes 4 dozen cookies.

## Ingredients

* 2 1/4 cups all-purpose flour
* 1 teaspoon baking soda
* 1/2 teaspoon salt
* 1 cup butter, softened and cut to pieces
* 1 cup sugar
* 1 cup light brown sugar, packed
* 2 teaspoons vanilla extract
* 2 large eggs
* 2 cups semi-sweet chocolate chips
* 1/2 teaspoon nutmeg (optional)
* 1 cup chopped pecans or walnuts (optional)

## Directions

1. Preheat the oven to 350 F.
2. In a medium bowl, whisk flour with baking soda, nutmeg and salt.
3. In a large bowl, beat butter with sugar and brown sugar until creamy and light. Add vanilla and eggs, one at a time, and mix until incorporated.
4. Gradually add dry mixture into the butter-sugar wet blend, mixing with a spatula until combined. Add chocolate chips and nuts until just mixed.
5. Drop tablespoon-sized clumps onto un-greased cookie sheets. Bake for 8-12 minutes, or until pale brown. Allow to cool on the pan for a minute or three, then transfer cookies to a wire rack to finish cooling.
\ No newline at end of file

A _recipes/oatmeal-cookies.md => _recipes/oatmeal-cookies.md +24 -0
@@ 0,0 1,24 @@
---
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

* 1 cup butter, softened 1 cup white sugar
* 1 cup packed brown sugar
* 2 eggs
* 1 teaspoon vanilla extract
* 2 cups all-purpose flour
* 1 teaspoon baking soda
* 1 teaspoon salt
* 1 1/2 teaspoons ground cinnamon
* 3 cups quick cooking oats

## Directions

1. In a medium bowl, cream together butter, white sugar, and brown sugar. Beat in eggs one at a time, then stir in vanilla. Combine flour, baking soda, salt, and cinnamon; stir into the creamed mixture. Mix in oats. Cover, and chill dough for at least one hour.
2. Preheat the oven to 375 degrees F (190 degrees C). Grease cookie sheets. Roll the dough into walnut sized balls, and place 2 inches apart on cookie sheets. Flatten each cookie with a large fork dipped in sugar.
3. Bake for 8 to 10 minutes in preheated oven. Allow cookies to cool on baking sheet for 5 minutes before transferring to a wire rack to cool completely.
\ No newline at end of file

A _recipes/peanut-butter-cookies.md => _recipes/peanut-butter-cookies.md +24 -0
@@ 0,0 1,24 @@
---
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

* 1 cup unsalted butter
* 1 cup crunchy peanut butter
* 1 cup white sugar
* 1 cup packed brown sugar
* 2 eggs 2 
* 1/2 cups all-purpose flour 
* 1 teaspoon baking powder
* 1/2 teaspoon salt
* 1 1/2 teaspoons baking soda

## Directions

1. Cream butter, peanut butter, and sugars together in a bowl; beat in eggs.
2. In a separate bowl, sift flour, baking powder, baking soda, and salt; stir into butter mixture. Put dough in refrigerator for 1 hour.
3. Roll dough into 1 inch balls and put on baking sheets. Flatten each ball with a fork, making a crisscross pattern. Bake in a preheated 375 degrees F oven for about 10 minutes or until cookies begin to brown.
\ No newline at end of file

M _sass/page.scss => _sass/page.scss +22 -1
@@ 327,11 327,14 @@ $button-size: 1.5rem;
}

/* Author profile */
.author-profile {
.sidebar {
	display: none;
	a, a:hover {
		border-bottom: 0 solid transparent;
	}
  img {
    width: 100%;
  }
	@media #{$small} {
		display: block;
		@include grid(12,2);


@@ 654,6 657,7 @@ $button-size: 1.5rem;
		}
	}
}

/*
   Google search form
   ========================================================================== */


@@ 685,3 689,20 @@ $button-size: 1.5rem;
#goog-wm-sb {
	@extend .btn;
}

/*
   Breadcrumbs
   ========================================================================== */

.breadcrumbs {
  ol {
    padding: 0;
    list-style: none;
  }
  li {
    display: inline;
  }
  .current {
    font-weight: bold;
  }
}

M _sass/typography.scss => _sass/typography.scss +1 -2
@@ 66,7 66,7 @@ figcaption {
   Feature image captions
   ========================================================================== */

.image-credit {
.image-caption {
	@include grid(12,10);
	@include prefix(12,1);
	@include suffix(12,1);


@@ 153,7 153,6 @@ li {
	code {
		@include font-rem(12);
		line-height: 1.5;
		white-space: nowrap;
		margin: 0 2px;
		padding: 0 5px;
		border: 1px solid lighten($black, 90);

A images/foo-bar-identity.jpg => images/foo-bar-identity.jpg +0 -0
D images/sample-image-1.jpg => images/sample-image-1.jpg +0 -0
D images/sample-image-2.jpg => images/sample-image-2.jpg +0 -0
D images/sample-image-3.jpg => images/sample-image-3.jpg +0 -0
D images/sample-image-4.jpg => images/sample-image-4.jpg +0 -0
D images/sample-image-5.jpg => images/sample-image-5.jpg +0 -0
D images/sample-image-6.jpg => images/sample-image-6.jpg +0 -0
D images/sample-image-7.jpg => images/sample-image-7.jpg +0 -0
M images/site-logo.png => images/site-logo.png +0 -0
A images/unsplash-gallery-image-1-th.jpg => images/unsplash-gallery-image-1-th.jpg +0 -0
A images/unsplash-gallery-image-1.jpg => images/unsplash-gallery-image-1.jpg +0 -0
A images/unsplash-gallery-image-2-th.jpg => images/unsplash-gallery-image-2-th.jpg +0 -0
A images/unsplash-gallery-image-2.jpg => images/unsplash-gallery-image-2.jpg +0 -0
A images/unsplash-gallery-image-3-th.jpg => images/unsplash-gallery-image-3-th.jpg +0 -0
A images/unsplash-gallery-image-3.jpg => images/unsplash-gallery-image-3.jpg +0 -0
A images/unsplash-gallery-image-4-th.jpg => images/unsplash-gallery-image-4-th.jpg +0 -0
A images/unsplash-gallery-image-4.jpg => images/unsplash-gallery-image-4.jpg +0 -0
A images/unsplash-image-1.jpg => images/unsplash-image-1.jpg +0 -0
A images/unsplash-image-10.jpg => images/unsplash-image-10.jpg +0 -0
A images/unsplash-image-2.jpg => images/unsplash-image-2.jpg +0 -0
A images/unsplash-image-3.jpg => images/unsplash-image-3.jpg +0 -0
A images/unsplash-image-4.jpg => images/unsplash-image-4.jpg +0 -0
A images/unsplash-image-5.jpg => images/unsplash-image-5.jpg +0 -0
A images/unsplash-image-6.jpg => images/unsplash-image-6.jpg +0 -0
A images/unsplash-image-7.jpg => images/unsplash-image-7.jpg +0 -0
A images/unsplash-image-8.jpg => images/unsplash-image-8.jpg +0 -0
A images/unsplash-image-9.jpg => images/unsplash-image-9.jpg +0 -0