Simple Hugo container, with NodeJS, fork of BetterCorp/hugo to keep up to date
Find a file
2023-07-25 13:38:20 +02:00
.github/workflows Fixed tag definition 2023-07-25 13:34:23 +02:00
Dockerfile Fixed build arg issue 2023-07-25 12:03:48 +02:00
LICENSE Initial commit 2023-07-25 11:11:07 +02:00
README.md Updated default port 2023-07-25 13:38:20 +02:00

hugo extended

Contains NodeJS, yarn, pnpm, npm

latest docker container contains:

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

To use

Run the following in your hugo directory: docker run -v .:/home/app -ti --network=host betterweb/hugo:latest
To also host locally: docker run -p 1313:1313 -v .:/home/app -ti --network=host betterweb/hugo:latest