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