The easiest way to install Hugo and Go is using Homebrew:
# Install Hugo (extended version) and Go
brew install hugo goNote: Homebrew will install the latest version of Hugo extended. This project requires Hugo v0.148.2 or later (extended version).
Alternatively, you can download the hugo_extended binary from here
- e.g., macOS: hugo_extended_0.148.2_darwin-universal.tar.gz
- e.g., Linux: hugo_extended_0.148.2_linux-amd64.tar.gz
# Check if hugo is properly installed
$ hugo version
hugo v0.148.2+extended+withdeploy darwin/arm64 BuildDate=2025-07-27T12:43:24Z VendorInfo=brew
# Install dependencies
$ npm install
# Run a development server: http://localhost:1313/
$ npm run dev
# Build and prepare docs/ for release
$ ./publish.sh
# Add docs/ and publish
$ git add docs
$ git commit -a -m "release: note"
$ git push
# It takes a few seconds to be updated
$ open https://team-atlanta.github.io/