Inital commit.

This commit is contained in:
Fliegerjohn 2024-01-12 09:16:48 +01:00
commit 3081c9b135
Signed by: fliegerjohn
GPG key ID: E2221D5FE4656B6A
5 changed files with 55 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
+++