initiales Commit

This commit is contained in:
Florian Schlegel 2024-05-30 13:14:35 +02:00
commit 378775b8b1
7 changed files with 71 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
+++