Simple Hugo container, with NodeJS, fork of BetterCorp/hugo to keep up to date
Find a file
2024-06-07 04:22:22 -04:00
.forgejo/workflows build both hugo and nodejs in an alpine container, bump hugo to 127, remove go, start work on building nodejs from scratch using optimized build options 2024-06-07 04:22:22 -04:00
Dockerfile build both hugo and nodejs in an alpine container, bump hugo to 127, remove go, start work on building nodejs from scratch using optimized build options 2024-06-07 04:22:22 -04:00
Dockerfile.multistage build both hugo and nodejs in an alpine container, bump hugo to 127, remove go, start work on building nodejs from scratch using optimized build options 2024-06-07 04:22:22 -04:00
LICENSE Initial commit 2023-07-25 11:11:07 +02:00
README.md build both hugo and nodejs in an alpine container, bump hugo to 127, remove go, start work on building nodejs from scratch using optimized build options 2024-06-07 04:22:22 -04:00

Hugo Extended CI Container

Based on golang:go version-alpine

Contains nodejs, yarn, pnpm, npm

Specific tag versions follow this definition:
extended-hugo version-node vesion-go vesion

eg.

git.myco.systems/mycosystems/hugo-ci:extended-0.126.3-22-1.22.3

To use

Run the following in your hugo directory:

docker run -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:extended-latest

To also host locally:

docker run -p 1313:1313 -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:extended-latest