Functions
site_cli
Site building and serving commands.
site_cli
def site_cli() -> None
Site building and serving commands.
site_new
🏗️ [DEPRECATED] Create a new Bengal site.
⚠️ This command is deprecated. Use 'bengal new site' i…
site_new
def site_new(name: str, theme: str, template: str, no_init: bool, init_preset: str) -> None
🏗️ [DEPRECATED] Create a new Bengal site.
⚠️ This command is deprecated. Use 'bengal new site' instead.
Parameters 5
| Name | Type | Default | Description |
|---|---|---|---|
name |
str |
— | |
theme |
str |
— | |
template |
str |
— | |
no_init |
bool |
— | |
init_preset |
str |
— |