This is the source code for the https://slam.phil.hhu.de/ website.
Install Hugo and the Golang
sudo apt install hugo=0.68.3
sudo apt install golang=1.13.8
Check if Hugo is installed
hugo version
Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Hugo and Golang
brew install hugo
brew install golang
hugo
hugo server