- Install https://termux.com
apt install git golang make
go get -d github.com/spf13/hugo
cd $GOPATH/src/github.com/spf13/hugo/
export PATH=$PATH:$GOPATH/bin
make install
hugo server -s docs- Point a browser at http://localhost:1313
apt install git golang make
go get -d github.com/spf13/hugo
cd $GOPATH/src/github.com/spf13/hugo/
export PATH=$PATH:$GOPATH/bin
make install
hugo server -s docs