GuidesMigrating from AstroA concept-by-concept map for moving an existing Astro static site to zfb.Migrating from EleventyConcept-by-concept guidance for moving an 11ty site to zfb — and an honest note on where it does not fit.Customizing MarkdownHow zfb renders Markdown and how to configure or extend the pipeline.Extending the Markdown PipelineHow 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 Highlightingzfb 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 DeploymentHow to ship a zfb-built site inside a Tauri, Electron, or similar desktop application.Embed as libraryRun zfb's HTTP server in-process from a Rust host (Tauri, CLI, service) via the Server builder API.SSR and Cloudflare BindingsServe dynamic routes with the Cloudflare adapter and read Worker bindings — secrets, KV, and D1 databases — from inside an SSR handler.Client ScriptsHow to ship TypeScript/JavaScript files that run in the browser — the .client.ts convention, the clientScript() helper, hashing, and limitations.