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
+15
View File
@@ -0,0 +1,15 @@
---
layout: default
---
<div class="post">
<header class="post-header">
<h1>{{ page.title }}</h1>
<p class="meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
</header>
<article class="post-content">
{{ content }}
</article>
</div>