This commit is contained in:
gribse 2025-04-17 11:36:42 +02:00
commit d65d026aa1
48 changed files with 529 additions and 0 deletions

5
archetypes/default.md Normal file
View file

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