yoanbernabeu / test-statidocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:CSS 78.5%Language:Twig 20.9%Language:JavaScript 0.6%