aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/index
AgeCommit message (Collapse)Author
2025-05-04Add names to doc fitlersJP Appel
2025-05-02Implement YAML header parsingJP Appel
Parses `title` and `tags` fields using default behavior. Custom parsing logic is used for `author` (single and multiauthor support), `date` (parses into `time.Time`), and meta (collects all other header fields into a YAML string).
2025-05-02Implement json outputJP Appel
2025-04-27Large commit; many featuresJP Appel