Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hugo ¶
type Hugo struct {
Enabled bool `mapstructure:"hugo"`
PrettyURLs bool `mapstructure:"hugo-pretty-urls"`
BaseURL string `mapstructure:"hugo-base-url"`
IndexFileNames []string `mapstructure:"hugo-section-files"`
HugoStructuralDirs []string `mapstructure:"hugo-structural-dirs"`
}
Hugo is the configuration options for creating HUGO implementations
Click to show internal directories.
Click to hide internal directories.