--- layout: page title: Blog permalink: /blog.html ---
{% for post in site.posts %}

{{ post.title }}

{{ post.excerpt | strip_html | truncatewords: 35 }}

{{ post.date | date: "%Y %b %e " }}

{% endfor %}