Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Frontmatter ¶
Frontmatter returns the start and end index of the frontmatter or -1,-1 if not available
Types ¶
type PageConfig ¶
type PageConfig struct { // Alternate title for the page Title string `yaml:"title"` // Menu is slash separated, like my/cool/menu Menu string `yaml:"menu"` // ManagedBy names someone who is in charge of the page ManagedBy string `yaml:"managedBy"` // whatever that means Date time.Time `yaml:"date"` // Tags for an alternate hierarchyless navigation Tags []string `yaml:"tags"` }
type TransformedProject ¶
func Transform ¶
func Transform(cfg Config) ([]TransformedProject, error)
Click to show internal directories.
Click to hide internal directories.