What this will do is generate a two different feeds:
- A
feed.xml
for your local development, which will contain the values you specify for yourdevelopment
environment in your_config.yml
. - A
feed.xml
for your live site, which will have the values set in your_config.yml
for yourproduction
environment.
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
.