Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
ContentPath string // Relative or absolute location of article files and related content.
TemplatePath string // Relative or absolute location of template files.
BasePath string // Base URL path relative to server root (no trailing slash).
PlayEnabled bool
}
Config specifies Server configuration values.
Click to show internal directories.
Click to hide internal directories.