Files, no faff
Pages and collections are just .md
files with front-matter. Rename a file to change a URL. That’s it.
A caveman-simple file-based CMS
Build real content sites fast with flat files. Markdown in, HTML out. No framework. No database. Just pages, collections, and a few partials.
Pages and collections are just .md
files with front-matter. Rename a file to change a URL. That’s it.
Choose your template. Wrap your content; partials handle header, footer, hero, etc.
Your “CMS” is Markdown. Move it anywhere—PHP today, something else tomorrow—no export dance.
No Node, no bundlers. Drop on a PHP host or run php -S localhost:8000
and you’re live.
sitemap.xml
is built automatically from your content—no plugins needed.
Bad links happen. A built-in 404.php
route is ready out of the box—or tweak it to fit your site.
content/pages
and content/collections/{name}
.title
, description
, date
(optional).template: main
(or your own), and ship.