Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Title string `yaml:"title"` Description string `yaml:"description"` Url string `yaml:"url"` AuthorName string `yaml:"authorName"` AuthorEmail string `yaml:"authorEmail"` RootCrumb string `yaml:"rootCrumb"` Head string `yaml:"head"` CodeHighlight bool `yaml:"codeHighlight"` IsExt bool `yaml:"keepExtension"` }
func DefaultConfig ¶
func DefaultConfig() Config
type FooterLink ¶
type FooterLink struct {}
Click to show internal directories.
Click to hide internal directories.