# Building URL: /docs/building/ Section: building -------------------------------------------------------------------------------- Build & Deploy Configure, build, optimize, and deploy your Bengal site. What Do You Need? Settings Configuration Configuring Bengal with bengal.toml Terminal 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 Tip Quick start: Run bengal build for production, bengal serve for development. Add --environment production for production builds with optimizations. -------------------------------------------------------------------------------- Metadata: - Author: lbliii - Word Count: 131 - Reading Time: 1 minutes