Initial Commit

This commit is contained in:
2022-09-13 20:05:26 -07:00
commit 5fb20af2fd
51 changed files with 4051 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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