Initial commit

This commit is contained in:
2020-03-25 22:31:01 +01:00
commit 8b2cdc1bf9
29 changed files with 1456 additions and 0 deletions

10
_layouts/post.html Normal file
View File

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