first commit

This commit is contained in:
spetznas
2026-04-13 11:39:05 +02:00
commit b0124c3102
53 changed files with 5999 additions and 0 deletions

5
archetypes/default.md Executable file
View File

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