Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.4 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.4 KB

Hugo Docker Image

Docker Automated build Docker Build Status Docker Pulls Image Info

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:

  • Node
  • rsync
  • git
  • openssh-client
  • minify
  • py-pygments

Build

Set ENV VERSION in the Dockerfile.

docker pull node:alpine
docker build -t irgendwr/hugo:$version .
docker push irgendwr/hugo:$version