new, jekyll-based blog

This commit is contained in:
2012-01-02 23:15:05 -05:00
commit 33dd1812f8
16 changed files with 464 additions and 0 deletions

10
index.html Normal file
View File

@ -0,0 +1,10 @@
---
layout: default
title: striving towards mediocrity
---
{% for post in site.posts limit: 1 %}
{% assign content = post.content %}
{% include post.html %}
{% endfor %}
{% include vcard.html %}