I’ve been thinking about modern website architecture and had an idea that is a riff on Webhook, Hugo, and Wordpress.
Create an api / static file server with Golang, and PostgreSQL. Have a CRON job or build scheduler that can tell the system when to regenerate the static site. The cron-job creates all of the static assets and…