This repository has been archived on 2022-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
scratch-hugo/README.md

17 lines
820 B
Markdown
Raw Normal View History

2022-08-24 15:45:09 +02:00
# [scratch-hugo](https://git.dotya.ml/wanderer-containers/scratch-hugo)
This repository provides a Containerfile to effortlessly get a container image containing statically linked [Hugo](https://gohugo.io) static site generator (extended version) and absolutely nothing else.
The image is rebuilt weekly in CI and automatically pushed to [DockerHub](https://hub.docker.com/r/immawanderer/scratch-hugo).
The project lives at [this Gitea instance](https://git.dotya.ml/wanderer-containers/scratch-hugo).
### What you get
* `hugo-<x>.<y>.<z>+extended` (latest stable version listed on [GitHub](https://github.com/gohugoio/hugo/releases)), freshly built from sources.
### Purpose
* container image containing `Hugo` extended version, suitable for CI.
### License
GPL-3.0-or-later (see [LICENSE](LICENSE) for details).