Move away from jekyll

This commit is contained in:
2020-09-21 17:49:58 +02:00
parent 8a63fd8d73
commit 50d6c80ec3
29 changed files with 202 additions and 281 deletions

7
layout/post.html Normal file
View File

@@ -0,0 +1,7 @@
<div class="post">
<article>
<h1>{{ title }}</h1>
{{ content }}
</article>
</div>