initial commit

This commit is contained in:
Fliegerjohn 2024-11-01 14:39:06 +01:00
commit 6335b3924e
Signed by: fliegerjohn
GPG key ID: E2221D5FE4656B6A
4 changed files with 70 additions and 0 deletions

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++