Move everything over to Hugo

This commit is contained in:
Primrose 2024-06-13 19:58:00 -04:00
parent 0c3dc9d6e7
commit 5a3f833f69
142 changed files with 6692 additions and 605 deletions

5
archetypes/default.md Normal file
View file

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