/test-statidocs

Primary LanguageCSSMIT LicenseMIT

Statidocs

Statidocs is a starter documentation site built on top of Cecil.

Statidocs screenshot

Important

Statidocs is still in development. If something that’s not working, please open an issue on GitHub.

Install

Use the following Composer command:

composer create-project cecil/statidocs myproject

Usage

Build & preview:

php cecil.phar serve

Read the documentation.

Development

Update themes:

composer update

Build CSS (if necessary):

npm install
npx tailwindcss -i ./themes/docs/tailwind.css -o ./assets/styles.css

Publish

php cecil.phar build

Then copy content of _site to your web server.