Sign inSign up

bonesoul/hugo

By bonesoul

Updated over 10 years ago

hugo static site generator

Image
1

353

bonesoul/hugo repository overview

hugo in Docker

fork from git-sync demo

hugo is a container that convert markdown into html using hugo static site generator.

Usage

# 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 

Analytics

Tag summary

Content type

Image

Digest

Size

300.3 MB

Last updated

over 10 years ago

docker pull bonesoul/hugo