This commit is contained in:
Verry Yann 2020-11-11 14:01:19 +01:00
commit b108f8da8a
No known key found for this signature in database
GPG key ID: 9AAFFD75444F4F19
22 changed files with 577 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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