Big old empty Hugo site

This commit is contained in:
Eryn Wells 2021-09-26 09:53:44 -07:00
commit ef61fc9309
2 changed files with 9 additions and 0 deletions

6
archetypes/default.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---