Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2026 Changes in this version + func Atom(posts []core.BlogPost, outPath, baseURL string) error + type AtomAuthor struct + Name string + type AtomCategory struct + Term string + type AtomEntry struct + Author *AtomAuthor + Categories []AtomCategory + ID string + Links []AtomLink + Summary string + Title string + Updated string + type AtomFeed struct + Entries []AtomEntry + ID string + Links []AtomLink + NS string + Title string + Updated string + XMLName xml.Name + type AtomLink struct + Href string + Rel string