BIT-101 Creating a Hugo Theme Part 2 done

This commit is contained in:
Franz Klotsche
2025-11-05 18:09:14 +01:00
commit b6fc1d45e0
40 changed files with 827 additions and 0 deletions

5
archetypes/default.md Normal file
View File

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