first commit

This commit is contained in:
2020-03-25 14:35:34 +01:00
commit 2c6f61d062
3 changed files with 23 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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