Initial commit

This commit is contained in:
Tyler Hale 2024-01-31 15:06:47 -07:00
parent 29c198826a
commit ba13221167
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
26 changed files with 181 additions and 14 deletions

5
archetypes/default.md Normal file
View file

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