[WIP] Add a site that sort of works

This commit is contained in:
2021-02-21 15:28:54 -06:00
parent 5bf8622a71
commit 0b79d89eb9
18 changed files with 327 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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