Installation guide
- Install Node.js from nodejs.org.
- Then install Hugo using WinGet package manager. Open Powershell as an Administrator and run:
winget install Hugo.Hugo.Extended
- Install Homebrew if you haven’t already. Open Terminal and run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Node.js using Homebrew:
brew install node
- Install Hugo using Homebrew:
brew install hugo