Documentation
¶
Index ¶
Constants ¶
View Source
const Schema = `` /* 392-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Article ¶
type Article struct {
Title string
// Filename will be set after parsing.
Filename string `json:"-"`
// URL will be set after parsing.
URL string `json:"-"`
// Raw tells the parser not to include the standard header and footer.
Raw bool
Tags []string
ReviewedOn *string `json:"reviewed_on" db:"reviewed_on"`
ReviewBy *string `json:"review_by" db:"review_by"`
Extra map[string]string
Body []byte
// MarkdownLua can be used both to filter the Body at render time as
// well as allowing interactive functionality implemented in the page
// itself
MarkdownLua []byte
// RawContents contains the full, unparsed contents of the source
// file.
RawContents []byte
}
type WatchDirFS ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.