summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
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 %}