Documentation and user guides for Superphenix, built with Zensical.
python3 -m venv .venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
pip install zensical
zensical build -f zensical.toml
zensical serve -f zensical.toml # serve at http://localhost:8000The website is configured using the zensical.toml configuration file.