Hi everyone, I’m the author of GoPress, an open-source CMS framework and CMS engine written in Go. GitHub: https://github.com/0xmattg/go-press GoPress started from a very practical question I kept running into: What if I want the authoring workflow and extension model of a traditional CMS, but I also want the deployment model, type safety, concurrency, and long-term maintainability of Go? I have used WordPress for real websites, and I still think the core product idea behind WordPress is extremely strong: content models, themes, plugins, admin workflows, media handling, permalinks, SEO, and a broad extension surface. That abstraction has survived for a reason.…