Skip to content
Blume
English
Esc
navigateopen⌘Jpreview

RSS feeds

A feed per dated content type — blog and changelog by default — served at /<type>/rss.xml and advertised to feed readers automatically.

Blume builds an RSS feed for each content type in rss.typesblog and changelog by default — that has pages, served at /<type>/rss.xml. See Feeds for authoring blog and changelog entries with dates.

seo: {
  rss: {
    enabled: true,
    types: ["blog", "changelog"],
    limit: 50,
  },
}
Option Default Description
enabled true Generate feeds.
types ["blog", "changelog"] Content types that each get a feed.
limit 50 Maximum items per feed, newest first.

Blume injects <link rel="alternate"> tags so browsers and feed readers discover the feeds automatically, and lists them in the agent readability manifest so agents find them too. Item links are absolute when deployment.site is set.

Was this page helpful?