---
layout: default
title: Archive
use: [posts]
---
{% block page_title_wrapper %}
{% block page_title %}{{ page.title }}{% endblock %}
{% endblock %}
{% block content %}
Everything I've ever published on my site, in reverse chronological order.
You can also subscribe via the RSS feed.
{% for post in data.posts %}
{% include 'blog/post-summary' with {
show_date: true,
} %}
{% endfor %}
{% endblock %}
{% block scripts %}
{% endblock %}