StaticSiteTemplateOptions Class
Template Options for the static site.
Constructor
StaticSiteTemplateOptions(*, template_repository_url: str | None = None, owner: str | None = None, repository_name: str | None = None, description: str | None = None, is_private: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
template_repository_url
|
URL of the template repository. The newly generated repository will be based on this one. Default value: None
|
|
owner
|
Owner of the newly generated repository. Default value: None
|
|
repository_name
|
Name of the newly generated repository. Default value: None
|
|
description
|
Description of the newly generated repository. Default value: None
|
|
is_private
|
Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public). Default value: None
|
Variables
| Name | Description |
|---|---|
|
template_repository_url
|
URL of the template repository. The newly generated repository will be based on this one. |
|
owner
|
Owner of the newly generated repository. |
|
repository_name
|
Name of the newly generated repository. |
|
description
|
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). |