Initialized project

This commit is contained in:
Jef Roosens 2021-05-03 17:30:45 +02:00
commit 9845c1fb7f
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 9 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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