Initial commit

This commit is contained in:
2020-09-13 01:46:26 +01:00
commit 0614327e78
4 changed files with 17 additions and 0 deletions

7
archetypes/default.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
tags: [blah]
---