Product SiteDocumentation Site

2.2.2. Configuring an RSS Feed

To enable the creation of an RSS feed with the syndication of blog updates, supply a valid URL with the location of the blog, making sure that you include the http:// (or https:// if you use a secure protocol) prefix:
blaze-config feed.baseurl url
The feed will be created the next time you build the blog with the blaze-make command.
Example 2.4. Enabling the Creation of an RSS Feed
To enable an RSS feed for a blog located at http://blaze.blackened.cz/, type the following at a shell prompt:
public_html]$ blaze-config feed.baseurl http://blaze.blackened.cz/
The option has been successfully saved.