Initial commit

This commit is contained in:
2026-08-08 11:41:41 +02:00
commit 487cc8e2dd
20 changed files with 201 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# hugo-template
**Template for websites powered by Hugo.**
This uses YAML configuration files stored in `config/`.
Customize the template as follows:
- Edit `config/_default.hugo.yaml`.
- Change the project name in:
- `.devcontainer/devcontainer.json`
- `docker-compose.yml`
- Change the module name in `go.mod` to something else, e.g. the project's public repository URL.