Skip to main content
On this page

Install Hugo

Hugo is a fast static site generator. The Deca theme requires Hugo 0.149.1 or newer.

Install using Homebrew:

brew install hugo

Install using Chocolatey:

choco install hugo

Or download the official release.

Install using package manager, for example on Ubuntu:

sudo apt install hugo

Verify Installation

After installation, verify the Hugo version:

hugo version

Make sure the version is 0.149.1 or newer.

Next Step

After Hugo installation is complete, continue to Install Deca Theme.