1
0

intial commit

This commit is contained in:
Wonderfall
2022-01-02 23:19:50 +01:00
commit 775e0436a5
4 changed files with 152 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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