Simple Hugo container, with NodeJS, fork of BetterCorp/hugo to keep up to date
.github/workflows | ||
Dockerfile | ||
LICENSE | ||
README.md |
Hugo Extended CI Container
Based on alpine:3.20
Contains nodejs, hugo, npm, rsync
To use
Run the following in your hugo directory:
docker run -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:latest
To also host locally:
docker run -p 1313:1313 -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:latest