initial commit

This commit is contained in:
sakrecoer 2026-01-29 21:20:57 +01:00
parent 49d7be3ce9
commit fa31dc491c
13 changed files with 605 additions and 675 deletions

5
archetypes/default.md Normal file
View file

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