Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 546 Bytes

File metadata and controls

28 lines (19 loc) · 546 Bytes
layout page
title Essays
permalink /essays/

Essay Collection

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.title }}]({{ post.url | relative_url }})

{{ 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 %}