First try

This commit is contained in:
Stefan Bethke 2023-12-07 19:37:47 +01:00
commit c8beea5bbf
17 changed files with 161 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
+++