--- layout: default title: Blog permalink: /blog/ ---

Here's an Atom Feed if you want to subscribe

Common Tags

{% for tag in site.data.common-tags %} {{ tag.name }} {% endfor %}

All Posts

{% assign postsByYear = site.posts | group_by_exp:"post", "post.date | date: '%Y'" %} {% for year in postsByYear %}

{{ year.name }}'s posts

{% assign postsByMonth = year.items | group_by_exp:"post", "post.date | date: '%B'" %} {% for month in postsByMonth %}

{{ month.name }}

{% endfor %} {% endfor %}