first commit

This commit is contained in:
spetznas
2026-04-13 11:44:34 +02:00
commit 76137462f6
11 changed files with 13 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 }}'
+++