Building

Build configuration, CLI usage, and deployment

6 pages in this section

Configure, build, optimize, and deploy your Bengal site.

What Do You Need?

Build Pipeline

flowchart LR subgraph Input A[Content] B[Config] C[Theme] end subgraph Build D[Discovery] E[Rendering] F[Post-Process] end subgraph Output G[public/] end A --> D B --> D C --> E D --> E E --> F F --> G

Quick Reference

I want to... Go to...
Configure my site Configuration
Build for production Commands
Speed up builds Performance
Deploy my site Deployment

Tip

Quick start: Runbengal buildfor production,bengal servefor development. Add--environment productionfor production builds with optimizations.

In This Section

Configuration Configuring Bengal with bengal.toml 1 page
CLI Commands CLI workflow guides for Bengal 1 page
Deployment Deploy your Bengal site to production 1 page