Simple Hugo container, with NodeJS, fork of BetterCorp/hugo to keep up to date
Find a file
brooke 4d2e2f01e0
Some checks failed
Build And Publish Docker / build (push) Has been cancelled
remove specific versions
2024-06-08 05:44:25 -04:00
.forgejo/workflows remove specific versions 2024-06-08 05:44:25 -04:00
.gitignore update gitignore 2024-06-08 05:03:16 -04:00
Dockerfile update 2024-06-08 04:50:18 -04:00
LICENSE Initial commit 2023-07-25 11:11:07 +02:00
README.md remove specific versions 2024-06-08 05:44:25 -04:00

Hugo Extended CI Container

Based on golang:go version-alpine

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