Content for blog http://www.snowfrog.net built with Gohugo and deployed on github-pages.
~/bin/setup.golang
cd ~/go/src
go get -u -v github.com/spf13/hugo
sudo pip install Pygments
cd ~/git/blog
hugo server &
./deploy.sh
-
config.yml, e.g. pygmentsstyle: "manni"
-
see https://help.farbox.com/pygments.html for samples
-
how to add other styles??