Sphido is deathly simple, ultra fast, flat file (Markdown, Latte, HTML, PHTML) CMS. Fully customizable.
See more information: http://www.sphido.org/
Download latest version from Github and run composer install
, or just run composer create-project sphido/cms
.
Follow instructions require PHP 5.4+
git clone [email protected]:sphido/cms.git && cd cms && mkdir cache
curl -sS https://getcomposer.org/installer | php
php composer.phar install
php -S localhost:8000 -t public/
Then open http://localhost:8000/ in your browser