New jekyll installation.

This commit is contained in:
2016-04-11 14:27:26 -04:00
commit 90d381b303
20 changed files with 819 additions and 0 deletions

14
_layouts/page.html Normal file
View File

@ -0,0 +1,14 @@
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>