Installation
Hugo Installation Guide
Hugo is a fast and modern static site generator written in Go. This guide will help you install Hugo on your system.
System Requirements
- Supported Operating Systems: Windows, macOS, Linux
- Disk Space: Approximately 50MB
- Go Version: 1.18 or higher (if building from source)
Installation Methods
macOS Installation
The easiest way to install Hugo on macOS is using Homebrew:
brew install hugo
After installation, verify it:
hugo version
Windows Installation
- Using Chocolatey:
choco install hugo
- Or download precompiled binary from Hugo Releases
Linux Installation
Ubuntu/Debian: