Getting Started
Install Hugo, clone the theme, and get the example site running locally.
Prerequisites
- Hugo Extended ≥ 0.146.0 — check with
hugo version. - Node.js (any recent LTS) — needed for the Tailwind/PostCSS build step.
Run the example site
The example site lives in exampleSite/ and references the theme one
directory up, so it’s built with the --themesDir flag rather than a copy of
the theme inside it:
| |
Open http://localhost:1313 to see it running.
Use Nimbus in your own site
| |
Then set theme = "nimbus" in your site’s hugo.toml, and copy
exampleSite/package.json, postcss.config.js, tailwind.config.js, and
assets/css/tailwind.built.css into your site root — see
Installation for the full walkthrough.
Last updated March 1, 2024
Edit this page