initial commit

This commit is contained in:
Bruno Carlin 2025-06-07 02:33:02 +02:00
commit 4aab9f1242
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
66 changed files with 5328 additions and 0 deletions

5
archetypes/default.md Normal file
View file

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