This repo is not yet in use, but will be my main site when moving from Ghost.
Build:
docker run --rm -it \
-v $(pwd):/src \
klakegg/hugo:latestRun server:
docker run --rm -it \
-v $(pwd):/src \
-p 1313:1313 \
klakegg/hugo:latest \
serveror with the hugo CLI:
hugo server --theme=paper