Skip to content

🐳 Docker Image for Hugo, a fast and flexible static site generator

License

Notifications You must be signed in to change notification settings

irgendwr/docker-hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🐳 Docker Image for Hugo, a fast and flexible static site generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published