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

11
layout/item.html Normal file
View File

@@ -0,0 +1,11 @@
<div class="post-list-item">
<h3><a class="post-title" href="/{{ slug }}.html">{{ title }}</a></h3>
<p><b>&gt; {{ date }}</b></p>
<p class="post-summary">
<div class="quote">
{{ summary }}...
</div>
</p>
</div>