Create jekyll site

This commit is contained in:
Kamil Trzcinski
2015-12-17 12:46:19 +01:00
commit 065b20cef4
8 changed files with 316 additions and 0 deletions

9
_layouts/post.html Normal file
View File

@ -0,0 +1,9 @@
---
layout: default
---
<h2>{{ page.title }}</h2>
<p class="meta">{{ page.date | date_to_string }}</p>
<div class="post">
{{ content }}
</div>