--- layout: default --- {% include header.html %} {% if site.github_fork_banner %} Fork me on GitHub {% endif %}
{% for taxonomy in site.taxonomies %} {% if site.categories[taxonomy].size > 0 %}

Recent {{ taxonomy | capitalize }}

{% for page in site.categories[taxonomy] limit:3 %}
{% if page.featured-img %}
{% else %}
{% endif %}

{{ page.title }}

{{ page.excerpt | truncatewords: 18 }}
{% endfor %}
{% endif %} {% endfor %}

Tools and Experience

{% for skill in site.skills %} {% endfor %}
{% include footer.html %}