initial import

This commit is contained in:
2021-12-05 22:13:56 +01:00
parent 6d060648a7
commit 42bf6868a0
5 changed files with 269 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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