Plugins/hugo to support node

There are some hugo pipes which require node to be installed, e.g. postcss. Right now, it is not possible to build websites using these pipes, as node is missing. Or am I doing something wrong?

The great thing about Drone is you can use any docker image as a plugin. In fact the Gitea project uses node to generate the hugo theme: https://gitea.com/gitea/theme/src/branch/master/.drone.yml#L11 and then you can use a second step after the node task is run to run the hugo

Thanks for the hint. However, it does not work with hugo pipes, which rendered the former gulp mangling obsolete. However, these pipes sometimes require node as dependency, e.g. the pipe mentioned above, postcss.