kubernetes/contrib/git-sync/demo/hugo
Jeff Lowdermilk 553f9f822b Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
..
Dockerfile contrib/git-sync: fix demo 2015-02-05 17:11:44 -08:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
run-hugo contrib/git-sync: fix demo 2015-02-05 17:11:44 -08:00

hugo

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
``


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/git-sync/demo/hugo/README.md?pixel)]()