initial commit, add Publish, add minimal theme, add content

This commit is contained in:
Felix Förtsch
2024-03-24 20:24:51 +01:00
commit cd2f440141
1240 changed files with 194709 additions and 0 deletions
@@ -0,0 +1,5 @@
{% if post.last_modified_at %}
<span class="badge bg-secondary">{% octicon sync height:12 class:"" %} {{ post.last_modified_at | date: "%Y-%m-%d" }}</span>
{% else %}
<span class="badge bg-secondary">{{ post.date | date: "%Y-%m-%d" }}</span>
{% endif %}