v0.27.2-beta - Adds RSS feed generation
caendesilva
released this
19 May 09:55
·
1872 commits
to master
since this release
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
- Add RSS feed for Markdown blog posts by @caendesilva in #413
Full Changelog: v0.27.1-beta...v0.27.2-beta