docker-compose up
Now visit the test site by pointing your browser to http://localhost:1100/.
docker run -it --rm -p 1100:1313 -v $(pwd):/data mbentley/hugo server --bind 0.0.0.0
Now visit the test site by pointing your browser to http://localhost:1100/.
docker run -it --rm -v $(pwd):/data mbentley/hugo -v
This creates a static version of the page in the sub-directory public. Use the webserver of your choice to host it.
Get hugo:
go get -u -v github.com/spf13/hugo
Clone the repository and run the following command to run the testserver:
hugo server