Initial commit

This commit is contained in:
Aloïs Micard 2020-05-20 08:42:51 +02:00
commit 2c783134db
5 changed files with 55 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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