initial commit

This commit is contained in:
pik4li 2025-01-01 02:18:40 +01:00
parent 3de3d072dd
commit 142040a4bc
4 changed files with 22 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 }}'
+++