Simple Hugo container, with NodeJS, fork of BetterCorp/hugo to keep up to date
Find a file
brooke 196d0e5474
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled
remove gitignoe
2024-07-16 11:03:00 -04:00
.github/workflows remove gitignoe 2024-07-16 11:03:00 -04:00
Dockerfile update dockerfile 2024-06-08 07:33:38 -04:00
LICENSE Initial commit 2023-07-25 11:11:07 +02:00
README.md update readme 2024-06-08 05:45:07 -04: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