first commit

This commit is contained in:
2023-02-19 22:21:20 -06:00
parent e3f319e3c3
commit b525699fa8
237 changed files with 35813 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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