Add files

This commit is contained in:
2021-03-25 16:37:53 -05:00
parent d37c835b01
commit 16d9577356
3 changed files with 13 additions and 1 deletions

6
archetypes/default.md Normal file
View File

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