adding default archetypes

This commit is contained in:
2022-08-18 11:10:30 -06:00
parent 12d1542da9
commit fdeb17e91e

6
archetypes/default.md Normal file
View File

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