News on local LLMs — covering models, tools, and the open-source AI ecosystem.
- Zensical (MkDocs fork) static site generator
- TOML config (
zensical.toml) - Markdown content in
docs/
# Install
pip install zensical
# Serve (build + live reload)
zensical serve
# Build only
zensical buildSite runs at http://localhost:8001.
MIT