Initial Commit

This commit is contained in:
2024-03-08 21:33:25 -08:00
commit bc2fd10798
20 changed files with 492 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
+++