Initial project site, there's a lot to do still

This commit is contained in:
2016-06-25 12:52:19 +02:00
commit 712151b0ea
23 changed files with 1013 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>