initial commit

This commit is contained in:
Nathan Schneider
2025-06-25 12:47:41 -07:00
commit da913234fd
109 changed files with 23921 additions and 0 deletions

5
archetypes/default.md Normal file
View File

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