The docs site currently has two hardcoded blog pages — not a reusable system. Users need a
one-line solution: drop in .md files, get automatic listing, pagination, RSS, and
tags. Like VitePress, but as a LessJS plugin.
/blog/ — Post listing (paginated, newest first)/blog/hello-world — Individual post/blog/page/2 — Page 2/blog/tags/lessjs — Filter by tag/blog/feed.xml — RSS / Atom feedThe blog package should not require Lit. The first useful version should work as a plain SSG plugin: Markdown in, static routes + feed out. Plain blog pages should ship no page-level framework runtime; interactive widgets remain islands.
The .less compiler is an ideal future template backend, not a release blocker.
When v0.10.0 alpha exists, blog templates can gain compiler-backed Custom Elements.
@lessjs/blog ships as a plain SSG plugin first.less compiler support is added after v0.10.0 alpha详见 docs/decisions/0004-blog-system.md