top | item 35460247

(no title)

_mql | 2 years ago

"CMS-free" as in "does not depend on additional software to manage content". Postgres and S3 through MinIO are my preferred choices, but you can change that to anything you'd like to use instead.

Glad you like the in-place editing. I'm also for the first time happy with the experience. You can press CMD+E for editing and CMD+S saving, and there's no layout shift, so it's really convenient for quick edits. :)

discuss

order

CharlesW|2 years ago

> "CMS-free" as in "does not depend on additional software to manage content". Postgres and S3 through MinIO are my preferred choices, but you can change that to anything you'd like to use instead.

Cool! Postgres and an S3-compatible object store area are both listed as requirements, so you may want to update that.

So by "does not depend on additional software", does that means I can just use the filesystem?

_mql|2 years ago

You could just use the filesystem indeed.

malborodog|2 years ago

why not just have a tonne of html files on disk?? I'm confused at why this requires a sophisticated backend.