new changes

This commit is contained in:
2025-04-05 11:20:00 +01:00
commit e635774871
255 changed files with 2506 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 }}'
---