This commit is contained in:
phil 2022-12-16 19:48:27 +01:00
commit 4c8a01986b
146 changed files with 3447 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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