Skip to content

zensical-updates

Generate a dated "Updates" (blog) section for zensical sites as plain Markdown. zensical has no blog plugin, so this CLI runs as a pre-build step that writes an index listing, per-year archives, and tag and category pages.

Install

uv add zensical-updates
# or: pip install zensical-updates

Quickstart

zensical-updates build              # writes docs/<base>/
zensical build --clean --strict

Documentation

  • Usage — write posts, configure, and run the build.
  • CLI — the build/clean commands.
  • API Reference — generated from docstrings.
  • Changelog — version history.