installed jekyll

This commit is contained in:
tetchi
2014-07-23 10:58:10 -04:00
parent 3a2a84b7f1
commit 7ba954535f
13 changed files with 657 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
layout: default
---
<div class="post">
<header class="post-header">
<h1>{{ page.title }}</h1>
</header>
<article class="post-content">
{{ content }}
</article>
</div>