Skip to content

Contributing

See CONTRIBUTING.md for guidelines on how to run things locally and how to contribute.

VS Code defaults

The repository includes a sample .vscode in .hacking/vscode with recommended settings.

Docs preview and build

Install Zensical (recommended in a venv):

python3 -m venv .venv
source .venv/bin/activate
pip install zensical

Preview locally:

zensical serve

This runs a local preview server (default localhost:8000) and auto-reloads on changes.

Build static site:

zensical build

Build output goes to site_dir (default site).