Initial jekyll set-up & homepage

This commit is contained in:
2014-06-29 15:51:58 -04:00
parent fc846060b7
commit f7737d3ca3
18 changed files with 1924 additions and 0 deletions

9
_layouts/post.html Normal file
View File

@@ -0,0 +1,9 @@
---
layout: default
---
<h2>{{ page.title }}</h2>
<p class="meta">{{ page.date | date_to_string }}</p>
<div class="post">
{{ content }}
</div>