// the find
hexojs/hexo-generator-feed
Feed generator for Hexo.
A Hexo plugin that generates Atom 1.0 or RSS 2.0 feeds from your blog posts. Strictly for Hexo users — not a general-purpose feed library. Does one small thing and ships it as a plugin.
Supports outputting both Atom and RSS2 simultaneously from a single config, which most feed plugins don't bother with. The `content_limit_delim` option to cut at word boundaries is a thoughtful touch that avoids truncating mid-word. PubSubHubbub hub support is included for the small crowd that actually uses WebSub. Test coverage exists and CI is wired up.
It's a 600-star plugin with zero distinguishing architecture — just a generator that fills an XML template. Tight coupling to Hexo means no reuse outside that ecosystem. The content truncation logic (first 140 chars) is a blunt fallback that will mangle posts with code blocks or frontloaded metadata. No support for podcast/media enclosures or JSON Feed, so if your feed needs to do anything beyond basic blog posts you're writing your own.