first commit

This commit is contained in:
Yann Verry 2022-04-24 14:21:15 +02:00
commit c96aef4500
Signed by: yann
GPG key ID: EB9E679A66B8C7A1
33 changed files with 1576 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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