How to get Nift added to Netlify's servers?

Howdy! How would one go about getting the site generator Nift (https://nift.cc) added to Netlify’s servers? It’s three times faster than Hugo, see https://hugo-vs-nift.gitlab.io/ .

Hi there!

A program that would need to be compiled and built you could self-install it for your build, but the best way to get it added to our system is a PR here: GitHub - netlify/build-image: This is the build image used for running automated builds

We’d ask that any contributions try to be as lightweight as possible (so, please don’t add snap to our build image, just add your tool) and generally applicable. Adding nift does seem to meet that second category and we’ll be happy to accept a PR there if it is pretty straightforward.

Thanks for the response.

2 Likes