Remix.run Logo
mabedan 14 hours ago

> something where the structure of the site matched a folder structure

Kirby?

d--b 13 hours ago | parent [-]

That was my first try, but many things were missing from Kirby for what the customer wanted.

omnimus 13 hours ago | parent [-]

I am curious what was possible with yaml+md files that was impossible with flat file CMS. Afaik flat file CMSes are basically glorified .md editors.

d--b 3 hours ago | parent [-]

The markdown didn’t help with anything that CMS couldn’t do. But special sections of pages would render differently based on the yaml configs.

You may think of it as: for each page, the yaml contained the React props to render. I d write the the main components, and the user would inject content through yaml as they saw fit.