Theme hugo

Install Hugo on macOS.

Homebrew

Homebrew is a free and open source package manager for macOS and Linux. This will install the extended flavor of Hugo:

brew install hugo

Install Hugo on Windows.

Chocolatey

Chocolatey is a free and open source package manager for Windows. This will install the extended flavor of Hugo:

choco install hugo-extended

Start dev

hugo server -D

Build project

hugo --minify