Prerequisites#
- hugo or docker
developing#
cd hugo
hugo server
Or if hugo isn’t installed:
./hugo-docker.sh server
Hugo runs on localhost:1313
hugo server will automatically reload the page when you save a file.
Hugo server with docker will not refresh automatically
