chore(repo): move Hugo project to repository root

This commit is contained in:
2025-12-13 20:48:40 +01:00
parent 68469a8e5a
commit bd80f99079
42 changed files with 261 additions and 455 deletions

5
archetypes/default.md Normal file
View File

@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++