--- layout: default --- {% assign post = page %}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %} Posted on {{ page.date | date: "%B %-d, %Y" }} {% assign minutes = content | number_of_words | divided_by: 180 %}  {% if minutes == 0 %}{% assign minutes = 1 %}{% endif %} {{ minutes }} minute read {% if post.tags.size > 0 %} ∼ Tagged with {% if post.tags.size == 1 %} {% else %}{% endif %} : {% for tag in page.tags %}{% unless forloop.last %} • {% endunless %}{% endfor %}{% endif %} {% if post.categories.size > 0 %} ∼ Filed in {% if post.categories.size == 1 %} {% else %}{% endif %} : {% for tag in page.categories %}{% unless forloop.last %} • {% endunless %}{% endfor %%}{% endif %}
{{ content }}


{% include signoff.html %}
{% if site.share %}{% include share.html %}{% endif %} {% if site.comments %}{% include disqus_comments.html %}{% endif %}


Tags Cloud

{% assign rawtags = "" %} {% for post in site.posts %} {% assign ttags = post.tags | join:'|' | append:'|' %} {% assign rawtags = rawtags | append:ttags %} {% endfor %} {% assign rawtags = rawtags | split:'|' | sort %} {% assign tags = "" %} {% for tag in rawtags %} {% if tag != "" %} {% if tags == "" %} {% assign tags = tag | split:'|' %} {% endif %} {% unless tags contains tag %} {% assign tags = tags | join:'|' | append:'|' | append:tag | split:'|' %} {% endunless %} {% endif %} {% endfor %}
{% for tag in tags %} {{ tag }}    {% endfor %}

Categories Cloud

{% assign rawcategories = "" %} {% for post in site.posts %} {% assign tcategories = post.categories | join:'|' | append:'|' %} {% assign rawcategories = rawcategories | append:tcategories %} {% endfor %} {% assign rawcategories = rawcategories | split:'|' | sort %} {% assign categories = "" %} {% for category in rawcategories %} {% if tag != "" %} {% if categories == "" %} {% assign categories = category | split:'|' %} {% endif %} {% unless categories contains category %} {% assign categories = categories | join:'|' | append:'|' | append:category | split:'|' %} {% endunless %} {% endif %} {% endfor %}
{% for category in categories %} {{ category }}    {% endfor %}