Molehill is a Minimal CMS
It's a simple, extensible, customizable, file-based content management system written in PHP.

(Sorry, this image is AI slop. Better one to come. 😬)
Start With the Basics
Molehill CMS requires PHP 8.3 or newer and can be installed using Composer.
composer create-project molehill-cms/the-basics my-project
(This won't work yet. 😢)
Create Some Content
Your content lives in Markdown files. You get routing and HTML rendering automatically.
Customise Your Theme
Template files are standard PHP and can be modified any way you see fit.
Go Crazy
Extend Molehill CMS with core and third-party modules.