Guides Migrating from Astro A concept-by-concept map for moving an existing Astro static site to zfb. Migrating from Eleventy Concept-by-concept guidance for moving an 11ty site to zfb — and an honest note on where it does not fit. Customizing Markdown How zfb renders Markdown and how to configure or extend the pipeline. Extending the Markdown Pipeline How to add a new Markdown / MDX feature to zfb — when a directive is enough, when to write a Rust visitor, and when the AST converter itself needs a new arm. Syntax Highlighting zfb ships syntect-backed server-side syntax highlighting. This page explains the built-in behaviour, how to use custom .tmTheme files, and two supplementary patterns for client-side or theme-customised highlighting. Desktop Deployment How to ship a zfb-built site inside a Tauri, Electron, or similar desktop application. Embed as library Run zfb's HTTP server in-process from a Rust host (Tauri, CLI, service) via the Server builder API. SSR and Cloudflare Bindings Serve dynamic routes with the Cloudflare adapter and read Worker bindings — secrets, KV, and D1 databases — from inside an SSR handler.