Skip to content

Documentation site for the Cecil static site generator.

License

Notifications You must be signed in to change notification settings

Cecilapp/website

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 -i ./assets/tailwind.css -o ./assets/styles.css --watch
php cecil.phar serve -v --config=config/dev.yml

Build for production

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