ISiteSettings
- Namespace: SuCoS.Models
- Source File: ISiteSettings.cs
The main configuration of the program, extracted from the app.yaml file.
Properties
Title
(string) : Site Title/Name.
Description
(string?) : Site description
Copyright
(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
Paginate
(int) : Number of regular pages shown per paginated page.
PaginatePath
(string) : URL path segment used for paginated pages.