Initial draft

This commit is contained in:
Madison Scott-Clary
2024-01-09 20:45:12 -08:00
commit a4b2ae9b61
17 changed files with 1444 additions and 0 deletions

5
archetypes/default.md Normal file
View File

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