baseline hugo website

This commit is contained in:
2024-04-18 07:59:54 +02:00
parent da49f4f41a
commit 01b3ef8d5c
4 changed files with 59 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
+++