Configure, build, optimize, and deploy your Bengal site.
What Do You Need?
Configuration
Configuring Bengal with bengal.toml
CLI Commands
CLI workflow guides for Bengal
Performance
Optimize Bengal build performance
Deployment
Deploy your Bengal site to production
Troubleshooting
Common issues and how to resolve them
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
CLI Commands
CLI workflow guides for Bengal
Performance
Optimize Bengal build performance
Deployment
Deploy your Bengal site to production
Troubleshooting
Common issues and how to resolve them