cecil/statidocs

Create and manage an effective documentation.

Fund package maintenance!
ArnaudLigny
Open Collective

Installs: 90

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

2.19.0 2024-04-29 16:25 UTC

README

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 my-project

Latest Stable Version

Demo: https://cecilapp.github.io/statidocs/

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.