initial commit

This commit is contained in:
Elias Ahokas
2025-09-25 20:45:15 +03:00
commit ad30c88cda
4 changed files with 12 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 }}'
---