Module

cli.commands.build

Build command for generating the static site.

Functions

build
🔨 Build the static site. Generates HTML files from your content, applies templates, processes asse…
22 None
def build(parallel: bool, incremental: bool, memory_optimized: bool, environment: str | None, profile: str, perf_profile: str, profile_templates: bool, clean_output: bool, use_theme_dev: bool, use_dev: bool, verbose: bool, strict: bool, debug: bool, traceback: str | None, validate: bool, assets_pipeline: bool, config: str, quiet: bool, fast: bool, full_output: bool, log_file: str, source: str) -> None

🔨 Build the static site.

Generates HTML files from your content, applies templates, processes assets, and outputs a production-ready site.

Parameters 22

Name Type Default Description
parallel bool
incremental bool
memory_optimized bool
environment str | None
profile str
perf_profile str
profile_templates bool
clean_output bool
use_theme_dev bool
use_dev bool
verbose bool
strict bool
debug bool
traceback str | None
validate bool
assets_pipeline bool
config str
quiet bool
fast bool
full_output bool
log_file str
source str