summaryrefslogtreecommitdiff
path: root/projects
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 /projects
parent042ebd011194592ec155181dc41976493a07e54a (diff)
Jekyll Init
Diffstat (limited to 'projects')
-rw-r--r--projects/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/projects/index.html b/projects/index.html
new file mode 100644
index 0000000..ce0ce1c
--- /dev/null
+++ b/projects/index.html
@@ -0,0 +1,10 @@
+---
+layout: master
+title: Ben Burwell’s Projects
+description: Projects I’ve done.
+---
+
+{% for post in site.posts %}
+ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
+ <p>{{ post.description }}</p>
+{% endfor %}