What this will do is generate a two different feeds:
- A
feed.xmlfor your local development, which will contain the values you specify for yourdevelopmentenvironment in your_config.yml. - A
feed.xmlfor your live site, which will have the values set in your_config.ymlfor yourproductionenvironment.
This is necessary because without different values for title, description, etc, many feed readers will view the two feeds as the same, even if the post content is different This makes it difficult to test if your feed is working and updating locally.
You could add additional environments as well, such as development, test, staging, and production.