Some people like to subscribe to a RSS feed in order to receive news for certain sites, that way they don't need to visit each site separately. A good example would be the NYT, you can subscribe to their RSS feed (http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml) and get their news right from a RSS feed client like Feedly (https://feedly.com).
Since we have a blog section, we should have that functionality as well. Basically what we need to do is loop through all the blog posts and generate a XML file with a valid RSS syntax.
Some people like to subscribe to a RSS feed in order to receive news for certain sites, that way they don't need to visit each site separately. A good example would be the NYT, you can subscribe to their RSS feed (http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml) and get their news right from a RSS feed client like Feedly (https://feedly.com).
Since we have a blog section, we should have that functionality as well. Basically what we need to do is loop through all the blog posts and generate a XML file with a valid RSS syntax.