A minimal Hugo starter with dark/light mode, a card component, and a GitHub link in the footer.
| Light | Dark |
|---|---|
![]() |
![]() |
hugo-template/
├── src/ # Hugo project root (hugo.toml, assets, layouts)
│ ├── assets/
│ ├── layouts/
│ └── hugo.toml
├── preview-light.avif
├── preview-dark.avif
├── LICENSE
└── README.md
Hugo commands are run from inside src/. Everything at the repo root is project metadata.
git clone https://github.com/THectic-NL/hugo-template.git
cd hugo-template/src
hugo serverThis project is licensed under the MIT License - see the LICENSE file for details.

