https://github.com/irgendwr/docker-hugo
:whale: Docker Image for Hugo, a fast and flexible static site generator
https://github.com/irgendwr/docker-hugo
docker docker-image go hugo static-site-generator
Last synced: 3 months ago
JSON representation
:whale: Docker Image for Hugo, a fast and flexible static site generator
- Host: GitHub
- URL: https://github.com/irgendwr/docker-hugo
- Owner: irgendwr
- License: other
- Created: 2019-06-05T15:23:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-03T00:40:18.000Z (12 months ago)
- Last Synced: 2025-07-03T01:29:12.234Z (12 months ago)
- Topics: docker, docker-image, go, hugo, static-site-generator
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Docker image
[](https://hub.docker.com/r/irgendwr/hugo)
[](https://hub.docker.com/r/irgendwr/hugo)
[](https://hub.docker.com/r/irgendwr/hugo)
This provides a [Docker](https://www.docker.com/) container image for [Hugo](https://github.com/gohugoio/hugo/), an open-source static site generator.
The image is based on Alpine and also includes:
- [Node](https://github.com/nodejs/docker-node)
- [py-pygments](https://github.com/pygments/pygments)
- [minify](https://github.com/tdewolff/minify)
- rsync
- git
- openssh-client
## Build
```bash
docker build -t irgendwr/hugo:$version .
docker push irgendwr/hugo:$version
```
## Credit
- [@DeinAlptraum](https://github.com/DeinAlptraum/) for the automatic builder via GitHub actions
- [@jguyomard](https://github.com/jguyomard/) for repository this was forked from: [jguyomard/docker-hugo](https://github.com/jguyomard/docker-hugo)