# Install https://termux.com
apt update
apt install git golang make
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
go get -d github.com/spf13/hugo
cd $GOPATH/src/github.com/spf13/hugo/
make install && hugo server -s docs
# Point a browser at http://localhost:1313-
-
Save mwesten/ae617b29d85627d2b51ca94be862232f to your computer and use it in GitHub Desktop.
Run Hugo on an Android phone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment