This commit is contained in:
2026-01-16 22:24:07 +03:00
commit 6c724d6018
48 changed files with 3104 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 }}'
+++