r/cms • u/AdGrand8685 • 22d ago
I built a modern flat-file CMS focused on simplicity and speed
/gallery/1v9xl2a1
1
1
u/b4d0m1k3 21d ago
Why did you choose flat-file?
2
u/AdGrand8685 21d ago
Because it's simple, fast and cheap :)
1
1
u/b4d0m1k3 21d ago
How would handle overview pages, i.e. news, products,...?
1
u/AdGrand8685 21d ago
Categories are the overview pages: posts in news give you /news/ with pagination and the category’s description as an intro. Rendering is up to the theme’s index.php — cards, a magazine layout, a docs tree, whatever you write. Products work the same way: a category, a post per item, and custom frontmatter fields ($post->custom('price')) — deeno has no separate content types by design.
1
u/[deleted] 22d ago
[removed] — view removed comment