bengal
posts tagged with "bengal"
How to Migrate a Pelican or MkDocs Site to Bengal
Migration guide: Pelican or MkDocs to Bengal. Content mapping, front matter, templates (Jinja2 to Kida), config, and common gotchas.
How to Build a Static Site with Free-Threaded Python (Bengal + 3.14t)
Step-by-step tutorial: build a static site with Bengal on Python 3.14t. Prerequisites, create site, add content, dev server, production build.
Bengal vs Pelican vs MkDocs — Python Static Site Generators Compared
Head-to-head comparison of Bengal, Pelican, and MkDocs — build speed, object models, batteries included, templating, incremental builds, and when to choose each.
Best Python Static Site Generators for 2026 — A Builder's Take
A builder's comparison of the best Python static site generators in 2026 — Bengal, Pelican, MkDocs, Sphinx, and when to choose each.
When a Template Engine's + Operator Broke My Docs
A Kida v0.2.4 regression turned list concatenation into string concatenation. My API docs exploded to 140,000 lines. Here's how I found it, fixed it, and hardened against it.
Bengal SSG — Built for Python's Free-Threaded Future
How Bengal achieves parallel page rendering and lock-free incremental builds on Python 3.14t — architecture patterns and the design decisions behind them.
Bengal in Five Minutes
Build and serve a Bengal site in five minutes. What the commands do, what the output looks like, and where to go next.