fork from git-sync demo
hugo is a container that convert markdown into html using hugo static site generator.
# build the container
docker build -t hugo .
# run the hugo container
docker run -d -e HUGO_BUILD_DRAFT=true -v /git-data:/src -v /html:/dest bonesoul/hugo
# start the nginx
docker run -d -p 8080:80 -v /html:/usr/share/nginx/html nginx
Content type
Image
Digest
Size
300.3 MB
Last updated
over 10 years ago
docker pull bonesoul/hugo