Initial commit for theme nederburg

This commit is contained in:
2019-09-15 19:17:51 +02:00
commit 286a6880f1
19 changed files with 213 additions and 0 deletions

7
archetypes/default.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
image: ""
---