Skip to content

Cecilapp/statidocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b636e69 · Jan 29, 2025
Sep 16, 2024
Dec 21, 2024
May 3, 2024
May 22, 2024
Apr 27, 2024
Feb 1, 2024
Dec 18, 2023
May 15, 2023
May 17, 2023
May 15, 2023
Sep 13, 2024
Jan 2, 2025
Jan 2, 2025
Jan 29, 2025
Jan 30, 2024
Oct 27, 2024
Nov 2, 2024
Jan 11, 2025
Jan 11, 2025
Apr 29, 2024
Oct 1, 2024

Repository files navigation

Statidocs

Statidocs is a documentation starter site, built on top of Cecil and the Docs theme.

Screenshot of the demo's homepage of Statidocs

Important

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

Install

The easiest way to create a new Statidocs project is using Composer:

composer create-project cecil/statidocs --ask

Latest Stable Version

Demo

Usage

Build & preview:

php cecil.phar serve

Read the documentation.

Update themes

Statidocs is depending of Cecil's themes Docs and PWA.

Use Composer to update them:

composer update

Configuration

Open and edit the cecil.yml file.

Customize colors

Checks the tailwind.config.js file, then rebuild the CSS file:

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.