summaryrefslogtreecommitdiff
path: root/posts/index.html
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-12-22 21:43:59 -0500
committerBen Burwell <bburwell1@gmail.com>2014-12-22 21:43:59 -0500
commita2bf1568d77fb8644bd65b8d2edeacd1e34dc7f8 (patch)
treee5d4305522ff044257148facc70231906cfa09d7 /posts/index.html
parentc1204b0ec508038a6799b594802477ce21c409de (diff)
parentced87d4c3a3331012c93a7a92c2788023dbe6c30 (diff)
Merge pull request #1 from benburwell/a-new-look
Some new styles
Diffstat (limited to 'posts/index.html')
-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>