ISiteSettings

The main configuration of the program, extracted from the app.yaml file.

Properties

Title

(string) : Site Title/Name.

Description

(string?) : Site description

(string?) : Copyright information

BaseUrl

(Uri) { get; set }: The base URL that will be used to build public links.

UglyUrLs

(bool) : The appearance of a URL is either ugly or pretty.

KindOutputFormats

(Dictionary<Kind, List>) : The output format for each content kind

Paginate

(int) : Number of regular pages shown per paginated page.

PaginatePath

(string) : URL path segment used for paginated pages.