First Commit

This commit is contained in:
Alan Youngblood
2024-04-04 16:42:18 -04:00
commit 6af3729c15
66 changed files with 8015 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
+++