Documentation
¶
Index ¶
Constants ¶
View Source
const (
PostDateFormat = "2006-01-02"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ExcludeDrafts bool VersionInfo string Title string `yaml:"title"` Description string `yaml:"description"` URL string `yaml:"url"` PageSize int `yaml:"page_size"` Features []string `yaml:"features"` Files []string `yaml:"files"` Author Author `yaml:"author"` License License `yaml:"license"` }
type Syntax ¶
type Syntax struct { Default string `yaml:"default"` Styles []*SyntaxStyle `yaml:"styles"` Numbered bool `yaml:"numbered"` }
type SyntaxStyle ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.