bx-sites-blog-versioning-i18n
Installation
SKILL.md
BxSites Blog, Versioning, i18n & Redirects
All three are convention over configuration - no bxsites.yaml key
turns them on, just a folder.
Blog
Drop posts under docs/blog/posts/ and BxSites builds /blog/ (paginated),
a category page per category, a year-archive page per calendar year, an
author page per author, RSS feeds, and /blog/stats/ - zero config. A
project with no docs/blog/posts/ folder simply has no blog.
Scaffolding a post
bxSites post:new --title="My New Post" [--slug=] [--date=] [--authors=] [--categories=] [--tags=] [--draft]
--draft defaults true; pass --!draft to publish immediately.