8000 GitHub - FunkyM/Cecil: Your content driven static site generator.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

FunkyM/Cecil

 
 

Repository files navigation

Cecil logo Cecil

Your content driven static site generator.

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.

💻 Demo | 📄 Documentation | 🐛 Issue tracker

Cecil CLI demo

Quick Start

Read the Quick Start documentation page.

Import this project into Forestry Deploy to Netlify Deploy with ZEIT Now

Features

  • No server, no database, no dependency: performance and security
  • Content is stored in flat files, written in Markdown with YAML front matter
  • Powered by Twig, a flexible template engine, with theme support
  • Paginaton, taxonomies, redirections (and more !) are generated automatically
  • Download just one file and run it
  • Easy to deploy

Installation

Download cecil.phar from your browser or from your terminal:

curl -LO https://cecil.app/cecil.phar

Then install the binary globally:

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 new:site
  • Build and serve it: cecil serve

License

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

Cecil © Arnaud Ligny
Logo © Cécile Ricordeau

About

Your content driven static site generator.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 73.9%
  • SCSS 20.4%
  • Twig 5.0%
  • Other 0.7%
0