I’m looking for a solution for the following situation.
I want to host my hugo site on my own webserver and want to be able to add content (posts with images) without having to build and push/publish the site manually.
I tried netlify cms but as far as I know, netlify can only ship the built website on their server and not on a private on-prem server.
Summarized: I need a service which serves an web-interface for adding content (like netlify) and after that, built and publish the site on a on-prem server.
I see one option right now. I’d go with BCMS, for headless cms and make a custom BCMS plugin - that will build the website every time you press a “build” button or every time you change content. It’s not easy, but it’s not too complex, either. You can host BCMS on your server, so the build will happen on your server too.