Documentation ¶
Index ¶
Constants ¶
View Source
const TOML = '+'
View Source
const YAML = '-'
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
type ConfigManager ¶
type Dir ¶
type Dir struct{}
type DirManager ¶
type File ¶
type File struct { Name string `json:"name"` Path string `json:"path"` IsDir bool `json:"isDir"` Size int64 `json:"size"` ModTime int64 `json:"modTime"` }
type Page ¶
type Page struct{}
type PageFile ¶
type PageFile struct { Path string `json:"path"` Metadata Frontmatter `json:"metadata"` Content string `json:"content"` }
Page represents a markdown file
Source Files ¶
Click to show internal directories.
Click to hide internal directories.