Versions in this module Expand all Collapse all v4 v4.0.0 Jun 15, 2026 Changes in this version + var ErrFileUnreadable = errors.New("file unreadable") + var ErrMalformedYAML = errors.New("malformed YAML") + type Frontmatter struct + DependsOn []string + Input string + Output string + func FrontmatterParse(filePath *pathutils.PathCfs) (*Frontmatter, error)