Cozystack.io website
go version
hugo version
You will need a go version 1.14 or higher to run the website. instructions
wget https://go.dev/dl/go1.24.2.linux-amd64.tar.gz -P /tmp
rm -rf /usr/bin/go && sudo tar -C /usr/local -xzf /tmp/go1.24.2.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
go version
Be sure to download the extended version of Hugo from the GitHub releases page. The binary that was installed by your operating system package manager may (and most likely will) not work correctly.
wget https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-amd64.tar.gz
tar -xzf hugo_extended_0.122.0_linux-amd64.tar.gz
chmod +x /usr/local/bin/hugo
hugo serve