I’m attempting to make a CMS in haskell, again. You’d think that given how poorly it went last time, I’d give up on it, but I guess here we go again.
The plan is for it to be a flat-file-to-API CMS, where you write your flat files in a Git repo and it imports all of them to an indexed database, then exposes the content over a GraphQL endpoint.