This commit is contained in:
Jean-Marie Mineau 2024-03-27 14:49:04 +01:00
commit 62f99b8a6f
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
7 changed files with 57 additions and 0 deletions

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++