initial commit

This commit is contained in:
Yann Verry 2024-05-10 23:08:07 +02:00
commit 5eed6acb44
12 changed files with 142 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
+++