Barebones test site

This commit is contained in:
Eryn Wells 2024-06-06 21:01:40 -07:00
parent ba03fa4473
commit e2408cf277
15 changed files with 429 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
+++