Skip to content

Documentation

The source for this documentation site lives in the Yesterdays git repository, in the /docs/ folder. It is additionally configured in /zensical.toml.

Hosting Locally

Use the following command to host this site locally:

uv run zensical serve

The site will be live at http://localhost:8000. Changes in the /docs/ directory should trigger automatic refreshes of the site as you view it in your browser.

Please note that the main Yesterdays site also uses port 8000 by default, so it is not possible to run both development servers at once without configuring one of them to use a different port.