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

9
_layouts/page.html Normal file
View File

@ -0,0 +1,9 @@
---
layout: default
---
<article>
<header>
<h1>{{ page.title }}</h1>
</header>
{{ content }}
</article>