This is a fork from jguyomard/docker-hugo that adds Node and py-pygments.
Hugo is a fast and flexible static site generator, written in Go. Hugo flexibly works with many formats and is ideal for blogs, docs, portfolios and much more. Hugo’s speed fosters creativity and makes building a website fun again.
This Lightweight Docker Image is based on Alpine, and comes with rsync for Continuous Deployment.
This Docker image also comes with:
Set ENV VERSION
in the Dockerfile.
docker pull node:alpine
docker build -t irgendwr/hugo:$version .
docker push irgendwr/hugo:$version