Your content driven static site generator.
Cecil is a CLI application that merges plain text files (written in Markdown), images and Twig templates to generate a static website.
- No database, files only
- Flexible template engine & themes support
- Dynamic menu creation
- Generators (taxonomies, paginaton, etc.)
curl -SOL https://cecil.app/cecil.phar
mv cecil.phar /usr/local/bin/cecil
chmod +x /usr/local/bin/cecil
PHP 7.1+ is required.
- Create new website:
cecil new
- Build and serve it:
cecil serve
- Get help:
cecil help
Read the Quick Start documentation page.
a ready to go blog.
Please see the composer.json file.
Run the following commands:
composer create-project cecil/cecil -sdev
cd cecil
php bin/cecil
Cecil is a free software distributed under the terms of the MIT license.
Cecil © Arnaud Ligny
Logo © Cécile Ricordeau