Compiling Hugo Extended on CentOS 8 Stream
--- Compile hugo extended on CentOS 8 Stream --- Requieres new git version. git 1.8.3.1 as on CentOS 7.6.1810 doesn't work. CentOS Stream release 8 comes with git version 2.27.0 which is working ok. [root@bacon hugo-master]# git --version git version 2.27.0 [root@bacon hugo-master]# To make it easier for others, to do so, just: - install golang + gcc-c++ on your CentOS 7 - download https://github.com/gohugoio/hugo/archive/v0.54.0.tar.gz - execute in the source directory go install -tags extended - grab the result binary in your ~/go directory # go install -tags extended go: downloading github.
[Read More]