Initial Commit

This commit is contained in:
2025-04-28 23:43:24 -07:00
commit 15e2ba1591
7 changed files with 78 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 }}'
+++