Initial Hugo project setup

- Hugo v0.139.4 extended
- WCAG 2.2 accessibility-focused frontend overhaul
- Satirical editorial site for swissfini.sh

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-21 07:02:01 +00:00
commit 23d86a3a1a
4 changed files with 113 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 }}'
+++