first commit

This commit is contained in:
Stephan Hadan 2025-01-05 21:09:10 +01:00
commit c0ff390c19
26 changed files with 688 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 }}'
+++