All Projects → Cecilapp → Cecil

Cecilapp / Cecil

Licence: mit
Your content driven static site generator.

Projects that are alternatives of or similar to Cecil

Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (+9.49%)
Mutual labels:  twig, flat-file, markdown
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Stars: ✭ 13,067 (+9437.96%)
Mutual labels:  twig, flat-file, markdown
Pico
Pico is a stupidly simple, blazing fast, flat file CMS.
Stars: ✭ 3,494 (+2450.36%)
Mutual labels:  twig, flat-file, markdown
Cactus
🌵A composable static site generator
Stars: ✭ 63 (-54.01%)
Mutual labels:  static-site-generator, markdown
Pagic
A static site generator powered by Deno + React
Stars: ✭ 1,016 (+641.61%)
Mutual labels:  static-site-generator, markdown
Blog Generator
static blog generator for my blog at https://zupzup.org/
Stars: ✭ 57 (-58.39%)
Mutual labels:  static-site-generator, markdown
Nextein
A static site generator with markdown + react for Next.js
Stars: ✭ 825 (+502.19%)
Mutual labels:  static-site-generator, markdown
Remarker
▶️ Remark cli
Stars: ✭ 132 (-3.65%)
Mutual labels:  static-site-generator, markdown
Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (-51.09%)
Mutual labels:  static-site-generator, markdown
Flybook
✈️ FlyBook is a simple utility to generate static website such as gh-pages, manual of you projects
Stars: ✭ 76 (-44.53%)
Mutual labels:  static-site-generator, markdown
Batflat
Lightweight, fast and easy CMS for free. Bootstrap ready. https://batflat.org
Stars: ✭ 95 (-30.66%)
Mutual labels:  flat-file, markdown
Hastysite
A small but powerful static site generator
Stars: ✭ 42 (-69.34%)
Mutual labels:  static-site-generator, markdown
Metalsmith
An extremely simple, pluggable static site generator.
Stars: ✭ 7,692 (+5514.6%)
Mutual labels:  static-site-generator, markdown
Readme styles
Minimal README.rst and README.md template for Github projects.
Stars: ✭ 60 (-56.2%)
Mutual labels:  markdown, logo
Jbake
Java based open source static site/blog generator for developers & designers.
Stars: ✭ 904 (+559.85%)
Mutual labels:  static-site-generator, markdown
Glim
Static site generator which is semi-compatible with Jekyll
Stars: ✭ 76 (-44.53%)
Mutual labels:  static-site-generator, markdown
Nextra
The Next.js Static Site Generator
Stars: ✭ 1,271 (+827.74%)
Mutual labels:  static-site-generator, markdown
Log4brains
✍️ Log and publish your architecture decisions (ADR)
Stars: ✭ 98 (-28.47%)
Mutual labels:  static-site-generator, markdown
Jekyll
🌐 Jekyll is a blog-aware static site generator in Ruby
Stars: ✭ 43,803 (+31872.99%)
Mutual labels:  static-site-generator, markdown
Zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
Stars: ✭ 7,823 (+5610.22%)
Mutual labels:  static-site-generator, markdown

Cecil

Cecil logo

Your content driven static site generator.

Latest Stable Version Test Release cecil.phar 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 Vercel

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
  • Pagination, taxonomies, RSS, redirections, etc. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].