summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/posts/index.html b/posts/index.html
new file mode 100644
index 0000000..75fa783
--- /dev/null
+++ b/posts/index.html
@@ -0,0 +1,11 @@
+---
+layout: master
+title: Ben Burwell’s Writing
+description: A small collection of writing I’ve done on various topics over the years.
+---
+
+<section>
+ {% for post in site.posts %}
+ <h1><a class="post" href="{{ post.url }}">{{ post.title }}</a></h1>
+ {% endfor %}
+</section>