Simple Hugo container, with NodeJS, fork of BetterCorp/hugo to keep up to date
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22) (push) Failing after 1m8s
|
||
---|---|---|
.github/workflows | ||
Dockerfile | ||
LICENSE | ||
README.md |
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