项目作者: Cecilapp

项目描述 :
Documentation site for the Cecil static site generator.
高级语言: Twig
项目地址: git://github.com/Cecilapp/cecil.app.git
创建时间: 2013-10-10T09:24:00Z
项目社区:https://github.com/Cecilapp/cecil.app

开源协议:MIT License

下载


cecil.app

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

Netlify Status

Install

Download Cecil

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

Install dependencies

  1. composer install
  2. npm install

Usage

Contribute to the documentation

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

Create a news entry

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

Preview locally

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

Build for production

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