Simple Hugo container, with NodeJS, fork of BetterCorp/hugo to keep up to date
  • Dockerfile 100%
Find a file
2026-06-03 12:29:33 -04:00
.github/workflows Update .github/workflows/build.yaml 2026-06-03 12:29:33 -04:00
.gitignore add custom secrets to gitignore, update entrypoint 2024-11-06 20:36:10 -05:00
Dockerfile Update Dockerfile 2026-06-03 12:19:39 -04:00
LICENSE Initial commit 2023-07-25 11:11:07 +02:00
README.md Update README.md 2026-06-03 12:17:42 -04:00

Hugo Extended CI Container

Based on alpine:3.20

Contains nodejs, hugo, rsync hugo-ci:<hugo_version>-<node_version>

Building

Building requires docker, buildx. Nodejs is included in the ci workflow becuase of it's use in many actions scripts, but it is not necessary for local building.