You've already forked hugo-docker
mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-07-03 06:16:38 -04:00
switch from Node to Golang base image to support Hugo modules
turns out it's much simpler to install Node on the Go image than vice-versa
This commit is contained in:
@ -31,12 +31,15 @@ jobs:
|
||||
|
||||
## Included Software
|
||||
|
||||
Just in case, the final container includes a few small third-party tools that are required by certain optional Hugo features.
|
||||
Just in case, the final container includes a few small third-party tools that are required by certain optional Hugo features:
|
||||
|
||||
- [Asciidoctor](https://asciidoctor.org/)
|
||||
- [Pygments](https://pygments.org/)
|
||||
- [PostCSS (CLI)](https://github.com/postcss/postcss-cli)
|
||||
- [Autoprefixer](https://github.com/postcss/autoprefixer)
|
||||
- [Babel (CLI)](https://babeljs.io/)
|
||||
- [Pygments](https://pygments.org/)
|
||||
- [Asciidoctor](https://asciidoctor.org/)
|
||||
|
||||
Node (with NPM and Yarn) and Go (for [Hugo Modules](https://gohugo.io/hugo-modules/) support) are also pre-installed.
|
||||
|
||||
## Licenses
|
||||
|
||||
|
Reference in New Issue
Block a user