Initial commit

This commit is contained in:
Elnu 2022-01-26 10:12:53 -08:00
commit 7aca2e7fd0
3 changed files with 22 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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