Simple Hugo container, with NodeJS, fork of BetterCorp/hugo to keep up to date
Find a file
2023-07-25 12:03:48 +02:00
.github/workflows chore(build.yml): update matrix for hugo-version, node-version, and go-version 2023-07-25 11:51:07 +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 chore(build.yml): update matrix for hugo-version, node-version, and go-version 2023-07-25 11:51:07 +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 8080:8080 -v .:/home/app -ti --network=host betterweb/hugo:latest