Initial creation

This commit is contained in:
Madison Scott-Clary
2024-04-04 15:46:36 -07:00
parent 1b3125939e
commit 14c1603496
9 changed files with 205 additions and 2 deletions

5
archetypes/default.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++