bundle.website.core.manifest

Site manifest contract for composing website applications.

Attributes

Classes

SiteManifest

Minimal site contract consumed by the website core app factory.

Module Contents

bundle.website.core.manifest.InitializePages
class bundle.website.core.manifest.SiteManifest

Minimal site contract consumed by the website core app factory.

title: str = 'Bundle Website'
static_mount_path: str = '/static'
components_mount_path: str = '/components-static'
static_path: pathlib.Path | None = None
components_path: pathlib.Path | None = None
initialize_pages: InitializePages | None = None