first commit

This commit is contained in:
kidwellj 2020-08-19 20:24:33 +01:00
commit ebd4e77e6a
45 changed files with 4741 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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