Skip to content

corekube/hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hugo

wercker status

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 -e HUGO_BASE_URL=example.com -v /path/to/md:/src -v /path/to/html:/dest hugo

Releases

No releases published

Packages

No packages published

Languages