summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-12-20 23:13:09 -0500
committerBen Burwell <bburwell1@gmail.com>2014-12-20 23:13:09 -0500
commit6fa536f3268bf7bd4fd85df7fa78fbc4c67eaaa1 (patch)
treec4655d32bc67fddf0dae94660d23e6d3db749367 /posts
parent53109fa5e1404c0f5cd4328135f5b5fd7c88b555 (diff)
Working on some major changes
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>