How The CMS Collection Works

This article documents how the Framer CMS flow is replaced by static files in this repository.

In Framer, blog content was managed as CMS entries. In this static migration, each post becomes a standalone HTML file under /pages/blog/ and the index page is /blog.

That removes the runtime CMS dependency and keeps content fully editable in code and version control.

Optional enhancement: maintain a simple JSON content index to support client-side search without any backend.

Back to Insights