Init Hugo template

This commit is contained in:
Hoernschen 2024-05-24 22:01:53 +02:00
parent 0c5e1a6fa2
commit 6938e212ba
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
24 changed files with 283 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
+++