Prepare the hugo setup

This commit is contained in:
2024-10-01 16:55:30 +02:00
parent ad76701c4d
commit 29ea6d6564
5 changed files with 152 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
+++