Statidocs is a documentation starter site, built on top of Cecil and the Docs theme.
Important
Statidocs is still in development. If something that’s not working, please open an issue on GitHub.
The easiest way to create a new Statidocs project is using Composer:
composer create-project cecil/statidocs --ask
- Hosted by GitHub Pages: https://cecilapp.github.io/statidocs/
- Hosted by Vercel: https://statidocs.vercel.app
Build & preview:
php cecil.phar serve
Read the documentation.
Statidocs is depending of Cecil's themes Docs and PWA.
Use Composer to update them:
composer update
Open and edit the cecil.yml
file.
Checks the tailwind.config.js
file, then rebuild the CSS file:
npm install
npx tailwindcss -i ./themes/docs/tailwind.css -o ./assets/styles.css
php cecil.phar build
Then copy content of _site
to your web server.