Writing my own CMS in Golang?
After trying to write my own static site generator as an experiment, I now started to write my own CMS. Written in Go, SQLite as database (SQLite is awesome!) and focused on performance and simplicity. Currently Iβm using Hugo with a number of dynamic additional services (for Micropub, Webmentions, ActivityPub, β¦), so itβs almost questionable why I use a static page generator at all. If I use my own lightweight and high-performance CMS, I could save myself all this extra stuff or at least reduce it in complexity.