initial commit

This commit is contained in:
Paul Fey 2025-03-04 11:01:04 +01:00
commit 8797104955
33 changed files with 26503 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 }}'
+++