git-sync/demo/hugo
XinYang 78a1cffbd3
remove broken analytics links
Signed-off-by: XinYang <xinydev@gmail.com>
2021-07-03 23:51:53 +08:00
..
Dockerfile Add files from github.com/kubernetes/contrib/git-sync 2016-08-20 14:14:27 -07:00
README.md remove broken analytics links 2021-07-03 23:51:53 +08:00
run-hugo Add files from github.com/kubernetes/contrib/git-sync 2016-08-20 14:14:27 -07:00

README.md

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