Skip to content

v0.27.2-beta - Adds RSS feed generation

Compare
Choose a tag to compare
@caendesilva caendesilva released this 19 May 09:55
· 1872 commits to master since this release
11fe780

New Features:

RSS feed generation

When enabled, an RSS feed with your Markdown blog posts will be generated when you compile your static site.
Note that this requires that a site_url is set!

'generateRssFeed' => true, // Default is true

You can customize the output filename using the following:

'rssFilename' => 'feed.xml', // Default is feed.rss

You can set the RSS channel description using the following:

'rssDescription' => 'A collection of articles and tutorials from my blog', // Example

If an rssDescription is not set one is created by appending "RSS Feed" to your site name.

What's Changed

Full Changelog: v0.27.1-beta...v0.27.2-beta