This commit is contained in:
Phil Bajsicki 2024-09-24 23:49:00 +02:00
commit 738a7ff964
4 changed files with 22 additions and 0 deletions
archetypes

5
archetypes/default.md Normal file
View file

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