Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2026 Changes in this version + type BlogFrontmatter struct + Author string + Date string + ReviewedAndFinalized *bool + Title string + Topics []string + type BlogPost struct + Author string + Date string + Filename string + Summary string + Title string + Topics []string + type FeedReport struct + Included int + Skipped []string + Warnings []string + type PostStatus int + const PostIncluded + const PostSkipped + const PostWarn