moved site to hugo.

This commit is contained in:
Gabe Venberg 2023-06-22 02:43:19 -05:00
parent 184dc9c713
commit 5bd850c0a1
7 changed files with 249 additions and 148 deletions

6
archetypes/default.md Normal file
View file

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