summaryrefslogtreecommitdiff
path: root/writing
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-04-30 19:56:37 -0400
committerBen Burwell <bburwell1@gmail.com>2014-04-30 19:56:37 -0400
commitc8db3b6866dda8c25ae54afe16611aa7c0cb7cd4 (patch)
tree100c383f65377dc7d22ac3028ea725629558ccf2 /writing
parent042ebd011194592ec155181dc41976493a07e54a (diff)
Jekyll Init
Diffstat (limited to 'writing')
-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 %}