statidocs
1.0.0
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 --askBuild & preview:
php cecil.phar serveRead the documentation.
Statidocs is depending of Cecil's themes Docs and PWA.
Use Composer to update them:
composer updateOpen 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.cssphp cecil.phar buildThen copy content of _site to your web server.