Blank site

This commit is contained in:
Madison Scott-Clary
2023-11-06 12:08:13 -08:00
commit 1bf2f791a8
4 changed files with 12 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
+++