You can create a page which will be used as a RSS feed for your blog.
**Assumptions**:
an "articles" page was created as well as a templatized page for an article.
an "article" model was also created.
In order to create that kind of page, follow these steps:
## 1. Generate a new page
Use Wagon to generate your page:
## 2. Modify the page
Open your **app/views/pages/rss.liquid** template and modify it like this:
## 3. RSS feed auto-detection
If you want the browsers and news readers to auto-detect your RSS feed, add the following statement within the "head" tag of your template (or layout if you use one).