Initial commit

This commit is contained in:
kpcyrd 2014-09-02 00:03:54 +02:00
commit 5f280f7dff
12 changed files with 601 additions and 0 deletions

14
_layouts/page.html Normal file
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>