I have a homegrown CMS sort of like Hugo or VuePress, written in Go. It consists of an executable with some config files.Is there a way to create a custom build command so that I run it instead of Hugo or Jekyll or whatever to generate the site? Have spelunked through the docs extensively but my guess is I don’t know the name of what I’m searching for.
I’m imagining I would deliver this to Netlify as Go source and/or executable in a Docker image or something, but I’m a little unclear on the process.