Initial file upload

This commit is contained in:
Tommy
2025-09-29 08:27:44 +00:00
commit f1f7a398b1
29 changed files with 452 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 }}'
+++