Initial commit of repo.

This commit is contained in:
Colin Diem
2020-07-08 21:11:53 -04:00
commit 3c3eb54108
34 changed files with 3620 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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