Add files

This commit is contained in:
2021-03-25 18:24:35 -05:00
parent 9ef5b78f34
commit 168e3a5635
4 changed files with 86 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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