move to hugo

This commit is contained in:
Luke Smith
2023-01-19 20:11:26 -05:00
parent 52d28bd439
commit 1c7878843c
38 changed files with 855 additions and 221 deletions

6
archetypes/default.md Normal file
View File

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