Simple Hugo container, with NodeJS, fork of BetterCorp/hugo to keep up to date
Find a file
2024-07-17 13:23:10 -04:00
.github/workflows remove container setting 2024-07-17 13:23:10 -04:00
Dockerfile accidentally pasted into dockerfile ;; 2024-07-17 13:06:03 -04:00
LICENSE Initial commit 2023-07-25 11:11:07 +02:00
README.md Update README.md 2024-07-17 14:33:04 +00:00

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