More Premium Hugo Themes Premium Gridsome Themes

Gridsome Plugin Rss

Generate an RSS feed from your Gridsome data store

Gridsome Plugin Rss

Generate an RSS feed from your Gridsome data store

Author Avatar Theme by darthmeme
Github Stars Github Stars: 15
Last Commit Last Commit: Feb 28, 2023 -
First Commit Created: Aug 8, 2025 -
Gridsome Plugin Rss screenshot

Overview

The gridsome-plugin-rss is a powerful tool designed to generate RSS feeds seamlessly from your Gridsome data store. As developers and content creators today understand the importance of distributing content effectively, this plugin addresses that need by streamlining the process of creating RSS feeds tailored to your preferences. Whether you’re maintaining a blog or a more extensive content platform, this plugin offers a straightforward way to ensure your content reaches a wider audience through syndication.

Using this plugin can truly elevate your Gridsome project by providing flexibility in how your RSS feed is structured. With options to customize the content type, sorting order, and filter criteria, developers will find it highly adaptable and easy to integrate into existing projects.

Features

  • Content Type Selector: Specify the typeName of the contentType for which you want to generate your RSS feed, ensuring that the generated feed pertains to the correct dataset.

  • Sorting Options: The ability to sort items by newest or oldest first based on a valid date property, allowing for chronological order in your RSS feed.

  • Custom Date Field: Set a custom date field to sort items based on a specific date property, providing even more control over how your feed is structured.

  • Item Filtering: Implement a filtering function to control which items are included in your RSS feed, enabling a more curated output.

  • Item Limitation: Limit the number of items included in your RSS feed with an easy-to-set parameter, ensuring that only a manageable number of entries are displayed.

  • Configurable Feed Options: Set various top-level options for your RSS feed, giving you the flexibility to customize the overall appearance and handling of the feed.

  • Custom Output Directory: Specify the output directory and filename for your generated RSS XML file, allowing for organized file management in your project.

  • Node Customization: Easily access and customize node properties using camelCase conventions to match Gridsome’s handling of data, ensuring smooth integration and functionality.