This commit is contained in:
Madison Scott-Clary
2023-05-12 12:42:16 -07:00
commit 3a74e57c65
7 changed files with 769 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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