Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MungeIdentifier ¶
Types ¶
type FrontMatter ¶
type FrontMatter = map[string]interface{}
type IReadPages ¶
type IReadPages interface { ReadFrontMatter(requested_identifier string) (PageIdentifier, FrontMatter, error) ReadMarkdown(requested_identifier string) (PageIdentifier, Markdown, error) }
type PageIdentifier ¶
type PageIdentifier = string
Click to show internal directories.
Click to hide internal directories.