Skip to main content
Dat 3. semester
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Installation guide

Installation of node.js and Hugo

Windows

  1. Install Node.js from nodejs.org.
  2. Then install Hugo using WinGet package manager. Open Powershell as an Administrator and run:
winget install Hugo.Hugo.Extended

macOS

  1. 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)"
  1. Install Node.js using Homebrew:
brew install node
  1. Install Hugo using Homebrew:
brew install hugo