First commit

This commit is contained in:
David 2021-03-17 02:29:08 +01:00
commit 6201e14a9e
18 changed files with 233 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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