Skip to content

Cecilapp/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ArnaudLignyArnaudLigny
ArnaudLigny
and
ArnaudLigny
Mar 25, 2025
b60dc0d · Mar 25, 2025
Jan 2, 2021
Mar 11, 2025
Dec 31, 2023
Feb 1, 2024
Feb 24, 2025
Aug 5, 2022
Mar 25, 2025
Jan 31, 2025
Mar 18, 2025
Sep 13, 2024
Oct 20, 2021
Feb 25, 2025
Nov 21, 2018
Jan 31, 2025
Mar 12, 2025
Jan 2, 2025
Feb 24, 2025
Jan 31, 2025
Mar 11, 2025
Jan 31, 2025
Jan 23, 2025
Mar 11, 2025
Dec 7, 2024

Repository files navigation

cecil.app

Source code of https://cecil.app website, generated with Cecil (obviously) and hosted by Netlify.

Netlify Status

Install

Download Cecil

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

Install dependencies

composer install
npm install

Usage

Contribute to the documentation

The documentation is available in docs at github.com/Cecilapp/Cecil/.

Create a news entry

php cecil.phar new:page news/cecil-X.Y.0-released --prefix

Preview locally

npx @tailwindcss/cli -i ./tailwind.css -o ./assets/styles.css --watch
php cecil.phar serve -v --config=config/dev.yml --clear-cache=css

Build for production

CECIL_ENV=production npx tailwindcss -i ./tailwind.css -o ./assets/styles.css
php cecil.phar build