cristianomarquesadmo1 / Cecil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cecil logo Cecil

Your content driven static site generator.

(previously PHPoole)

Latest Stable Version Build Status License
Scrutinizer Code Quality Codacy Badge Coverage Status StyleCI SymfonyInsight

Cecil is a CLI application that merges plain text files (written in Markdown), images and Twig templates to generate a static website.

Cecil CLI demo

Features

  • No database, files only
  • Flexible template engine & themes support
  • Generators (taxonomies, paginaton and more!)

Installation

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.

Usage

  • Get help: cecil help
  • Create new website: cecil newsite
  • Build and serve it: cecil serve

Quick Start

Read the Quick Start documentation page.

Deploy to Netlify a ready to go blog.

License

Cecil is a free software distributed under the terms of the MIT license.

Cecil © Arnaud Ligny
Logo © Cécile Ricordeau

About

License:MIT License


Languages

Language:PHP 89.5%Language:CSS 6.1%Language:HTML 2.8%Language:Shell 1.4%Language:JavaScript 0.1%Language:Batchfile 0.0%