Skip to main content

Generate a dated Updates (blog) section for zensical sites as plain Markdown

Project description

zensical-updates

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

How it works

Writers keep posts in a source directory (default updates/), one Markdown file per post. Each post carries a date and optional categories/tags in block-list front matter:

---
date: 2026-06-11
categories:
  - weekly-update
tags:
  - epf
---

# Hello world

The first paragraph becomes the listing excerpt.

zensical-updates build copies each post to docs/<base>/<slug>.md and writes the generated section around it (the index, archive/, tags/, categories/). A post at docs/updates/hello.md renders at /updates/hello/, and every generated link points there. Run it before zensical:

zensical-updates build              # writes docs/updates/
zensical build --clean --strict

The generated docs/<base>/ tree is build output. Gitignore it. The source tree stays under version control, and the generator never edits it.

Install

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

Configure

Settings live in zensical.toml under [project.extra.zensical_updates], a namespace zensical ignores:

[project.extra.zensical_updates]
base = "updates"        # section dir under docs/ and the URL base
source = "updates"      # where your post files live, outside docs/
emit_tags = true
emit_categories = true
emit_archive = true

Every key is optional. The defaults above apply when the table is absent.

Feed

With site_url set in zensical.toml, the build writes an RSS 2.0 feed to docs/<base>/feed.xml, served at <site_url>/<base>/feed.xml (for the default section, /updates/feed.xml). Each item carries a short summary in <description> (the post excerpt) and the full post HTML in <content:encoded>, rendered by zensical so it matches the site, with every link rewritten to a fully-qualified URL for readers off-site. A post with no excerpt keeps the full HTML in <description>. Without site_url the build prints a warning and skips the feed, since an off-site feed needs absolute links.

Two config keys tune it:

[project.extra.zensical_updates]
emit_feed = true   # generate feed.xml (default)
feed_limit = 0     # max items, 0 means no cap (default)

Sitemap

With site_url set, the build writes a sitemap to docs/<base>/sitemap.xml, served at <site_url>/<base>/sitemap.xml (for the default section, /updates/sitemap.xml). It lists every page the build generates: the section index, each post, and whichever taxonomy and archive pages you enable. zensical writes its own sitemap for the pages in nav only, so the generated section is otherwise missing from any sitemap, and a crawler never reaches the posts. The locations are fully-qualified, so the sitemap needs site_url for the reason the feed does, and the build prints a warning and skips it without one.

[project.extra.zensical_updates]
emit_sitemap = true   # generate sitemap.xml (default)

Taxonomy pages

The Tags and Categories index pages list their terms as a frequency-ordered cloud: busiest term first, with each term's post count. The main Updates index and each index page carry a Browse: line linking the Tags, Categories, and Archive index pages, so a reader can move between them. Only the indexes you enable (emit_tags, emit_categories, emit_archive) appear in the links.

CLI

zensical-updates build    # generate the section into docs/<base>/
zensical-updates clean    # remove the generated output
zensical-updates --help

Development

git clone https://github.com/IvanAnishchuk/zensical-updates.git
cd zensical-updates
uv sync

uv run pytest                       # tests + coverage (includes the zensical build)
uv run ruff check src/ tests/
uv run ruff format --check src/ tests/
uv run mypy
uv run pre-commit run --all-files

License

CC0-1.0. This is an original implementation inspired by the concept of knu2xs/zensical-blog, written from this project's own analysis of how zensical behaves.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zensical_updates-0.1.6.tar.gz (32.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zensical_updates-0.1.6-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file zensical_updates-0.1.6.tar.gz.

File metadata

  • Download URL: zensical_updates-0.1.6.tar.gz
  • Upload date:
  • Size: 32.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for zensical_updates-0.1.6.tar.gz
Algorithm Hash digest
SHA256 4509fe93606f0ea8dc966c3c00a86750fb07cebe0ccf45d93d8843a25c31b505
MD5 369c71c1e3eed98441534caa7d198414
BLAKE2b-256 0e17fdc1c6b774700cf9add9c92cc784c85a14abecb28ce3c7aa6610d079ba51

See more details on using hashes here.

Provenance

The following attestation bundles were made for zensical_updates-0.1.6.tar.gz:

Publisher: release.yml on IvanAnishchuk/zensical-updates

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zensical_updates-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for zensical_updates-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b805fe09cdfe5d69bfe4f68e6319ecf455b923962698ec0230766611c5e6a5ef
MD5 7ff4914c01e2729867a189042a30d766
BLAKE2b-256 859070682d1a25bc9821bbe46866a76d7baf052499251e69b9e96198fa3f324f

See more details on using hashes here.

Provenance

The following attestation bundles were made for zensical_updates-0.1.6-py3-none-any.whl:

Publisher: release.yml on IvanAnishchuk/zensical-updates

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page