In this section
You're viewing an archived version of these docs. Go to the current version →

Installation (v1.0)

This is the v1.0 install method

Nimbus v2.0 changed the build tooling from Gulp to native Hugo Pipes + PostCSS. If you’re starting a new site, follow the current Installation guide instead.

1. Add the theme

1
git submodule add https://github.com/your-org/hugo-theme-nimbus.git themes/nimbus

2. Install the v1.0 Gulp toolchain

1
2
3
npm install -g gulp-cli
npm install
gulp build

This workflow is no longer maintained — see the current docs for the PostCSS-based build.

Last updated November 1, 2023 Edit this page