StaticSiteTemplateOptions Class

Template Options for the static site.

Constructor

StaticSiteTemplateOptions(*args: Any, **kwargs: Any)

Variables

Name Description
template_repository_url
str

URL of the template repository. The newly generated repository will be based on this one.

owner
str

Owner of the newly generated repository.

repository_name
str

Name of the newly generated repository.

description
str

Description of the newly generated repository.

is_private

Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).

Attributes

description

Description of the newly generated repository.

description: str | None

is_private

Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).

is_private: bool | None

owner

Owner of the newly generated repository.

owner: str | None

repository_name

Name of the newly generated repository.

repository_name: str | None

template_repository_url

URL of the template repository. The newly generated repository will be based on this one.

template_repository_url: str | None