Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Site SiteConfig `yaml:"site"`
Serve ServeConfig `yaml:"serve"`
Publish PublishConfig `yaml:"publish"`
RootPath string
ThemePath string
SourcePath string
PublicPath string
}
type PublishConfig ¶
type PublishConfig struct {
Cmd string `yaml:"cmd"`
}
type ServeConfig ¶
type ServeConfig struct {
Addr string `yaml:"addr"`
}
type SiteConfig ¶
Click to show internal directories.
Click to hide internal directories.