Cecil logo
April 6, 2022

Cecil 5.92.0 released

Features

Asking for basic configuration when creating a new site

Usage example:

php cecil.phar new:site
Creating a new website...
- title: My website
- baseline (~ 20 characters): The better website in the world
- baseurl (e.g.: https://cecil.local/): https://cecil.app/
- description (~ 250 characters): This is the long description of my website and I love it.
Done!

Adds editor option to new:page command

Usage example:

php cecil.phar new:page --editor=typora

Adds editor option to open command

Usage example:

php cecil.phar open --editor=code

Misc

  • clean alias command removed
  • Dependencies updated
  • Code cleaned
Release notes on GitHub