Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 848 Bytes

File metadata and controls

35 lines (26 loc) · 848 Bytes

Hugo Site Template

A minimal Hugo starter with dark/light mode, a card component, and a GitHub link in the footer.

Light Dark
Light mode preview Dark mode preview

Repo structure

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.

Usage

git clone https://github.com/THectic-NL/hugo-template.git
cd hugo-template/src
hugo server

License

This project is licensed under the MIT License - see the LICENSE file for details.