Site Upload

This commit is contained in:
Tommy
2022-09-02 17:49:44 -04:00
commit 7c03fa92e0
32 changed files with 861 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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