IContentSource

Content Source = front matter + raw content

Properties

RawContent

(string) : Raw content from the Markdown file, bellow the front matter.

BundleType

(BundleType) : The bundle type of the page.

Kind

(Kind) : The kind of the page, if it's a single page, a list of pages or the home page. It's used to determine the proper theme file.

ContentSourceToPages

(List) : Pages created based on this Content Source

ContentSourceTags

(List) : List of tags.

ContentSourceParent

(ContentSource?) : The Content Source parent content

GetPublishDate

(DateTime?): The date to be considered as the publishing date.