| layout | page |
|---|---|
| title | Essays |
| permalink | /essays/ |
Below is a chronological collection of my essays. Click on any title to read the full piece.
{% assign sorted_posts = site.posts | sort: 'date' | reverse %} {% for post in sorted_posts %}
{{ post.date | date: "%B %d, %Y" }}
{% if post.description %} {{ post.description }} {% else %} {{ post.excerpt | strip_html | truncatewords: 30 }} {% endif %}
[Read more]({{ post.url | relative_url }})
{% endfor %}