Skip to main content

Hugo Installation

·52 words·1 min

As of some SEGFAULT errors on the actual Fedora package of Hugo I decided to install “from source”.

$ CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest

Make sure the variables GOPATH and GOBIN are set.

From my .zprofile file:

[[ -d $HOME/go ]] && export GOPATH="${HOME}/go"
[[ -d ${GOPATH}/bin ]] && export GOBIN="${GOPATH}/bin"
Dominic Reich
Author
Dominic Reich
40, male, he/him, construction worker since 2016, electrician before, likes tech stuff and nature. Amateur radio operator since 2019. Uses this website as a digital notebook.

Related Posts

  • Winlink Activity Log (ICS 214) // 2026, March 8
    A script to help me summarize activities used by the Winlink Activity Log Form. Can be used in a Terminal. For Linux. It might also run on Windows 11 with WSL