Deprecated
Async
bengal build
Build the static site from source content. This command processes all markdown files, applies templates, and generates the final HTML output.
12
Options
2
Arguments
View source
Usage
bengal build [OPTIONS] [SOURCE]
Options
| Name | Type | Default | Description |
|---|---|---|---|
--source |
Path |
./content |
Source directory containing content files. |
--output |
Path |
./public |
Output directory for generated site. |
--parallel |
bool |
True |
Enable parallel processing for faster builds. |
Examples
Basic usage
bengal build
With custom output directory
bengal build --output ./dist