Documentation
¶
Overview ¶
Package config defines configuration (read from file) and defaults
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"`
Path string `yaml:"path"`
Head string `yaml:"head"`
CodeTheme string `yaml:"codeTheme"`
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.