to navigate
to select
esc to close
Guides Intermediate

RSS & JSON Feed

Built-in RSS 2.0 and JSON Feed syndication for collections

Overview

Airogel CMS provides built-in support for RSS 2.0 and JSON Feed (v1.1) syndication per-collection or aggregated site-wide.

Quick Start

Enable feeds by setting feed_enabled: true on your collection and configuring a feed_path.

Feed URLs

Combined Feed

  • /feed.xml - RSS 2.0
  • /feed.json - JSON Feed

Collection-Specific

  • /:feed_path/feed.xml
  • /:feed_path/feed.json

Configuration

Available options include feed_title, feed_description, and feed_limit (max items).

Feed Discovery

Feed discovery links are automatically included in {{ content_for_header }} when feeds are enabled.