This commit is contained in:
2026-01-26 03:17:14 +01:00
parent 467fd7f099
commit d29f55f6fd
110 changed files with 25682 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 }}'
+++