A Fast and Flexible Static Site Generator built with love in GoLang. Build FROM scratch
286

docker pull ellerbrock/hugo
Run inside your local hugo folder and bind to localhost interface:
docker run -it \
-p 127.0.0.1:1313:1313 \
-v ${PWD}:/site \
ellerbrock/hugo server --bind 0.0.0.0 -w
Get the latest News about Web Development, Open Source, Tooling, Server & Security
Content type
Image
Digest
Size
6.2 MB
Last updated
about 8 years ago
docker pull ellerbrock/hugo