Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A fully responsive Hugo theme featuring a minimalist and user-friendly design.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
Aurora is a minimalist, fully responsive Hugo theme for building personal portfolio and blog sites, with a card-based layout, dark theme, and built-in privacy-friendly analytics. It is distributed as a Hugo module and maintained by nszilard.
Aurora is a Hugo theme that turns a Hugo site's content and configuration into a static website with a clean, card-based design. It runs on the Hugo static site generator, requiring Hugo v0.111.0 or later with the extended feature set, plus Go 1.18 and Node LTS (v16+) for asset processing. The theme is installed as a Hugo module via the path github.com/nszilard/aurora and configured through a hugo.yaml file.
Installation follows a standard Hugo module workflow: run hugo mod init to create a go.mod file, add the Aurora import to the module section of hugo.yaml, and run hugo mod get -u github.com/nszilard/aurora followed by hugo mod tidy. For CSS optimization, install PostCSS and PurgeCSS, then add a postcss.config.js file that reads hugo_stats.json to remove unused CSS classes.
