Initial commit

This commit is contained in:
Oliver Traber 2023-11-06 00:30:32 +01:00
commit d914f0a03c
Signed by: Bluemedia
GPG key ID: C0674B105057136C
17 changed files with 350 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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