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"`
BaseURL string `yaml:"base_url"`
BasePath string `yaml:"-"` // derived from BaseURL, e.g. "/~john"
Hero HeroConfig `yaml:"hero"`
L10n map[string]string `yaml:"l10n"`
FrontMatterDefaults FrontMatterDefaults `yaml:"front-matter-defaults"`
}
type FrontMatterDefaults ¶
type FrontMatterDefaults struct {
Author string `yaml:"author"`
}
type HeroConfig ¶
Click to show internal directories.
Click to hide internal directories.