Base site

This commit is contained in:
Madison Rye Progress
2025-07-25 15:19:13 -07:00
commit c0af1eb126
7 changed files with 202 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 }}'
+++