22 lines
529 B
Markdown
22 lines
529 B
Markdown
---
|
|
title: "RSS Feed Generation"
|
|
date: "2017-03-29"
|
|
tags:
|
|
- rss
|
|
- atom
|
|
---
|
|
|
|
RSS Feed Generation
|
|
===================
|
|
|
|
As of [a recent commit](https://github.com/Xe/site/commit/b89387f6bbb010907dfa85ee0c0bab0cf8b34dfb)
|
|
to this site's code, it now generates RSS and Atom feeds for future posts on my
|
|
blog.
|
|
|
|
For RSS: `https://christine.website/blog.rss`
|
|
|
|
For Atom: `https://christine.webiste/blog.atom`
|
|
|
|
If there are any issues with this or the generated XML please [contact me](/contact)
|
|
and let me know so they can be resolved.
|