aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-03-29 00:32:50 -0700
committerChristine Dodrill <me@christine.website>2017-03-29 00:32:50 -0700
commit23d6a251283ab29ae00180cbaf9779ba090e9c2b (patch)
tree8892c8925ab0db7d36aade5964a5736aed304f35
parentb89387f6bbb010907dfa85ee0c0bab0cf8b34dfb (diff)
downloadxesite-23d6a251283ab29ae00180cbaf9779ba090e9c2b.tar.xz
xesite-23d6a251283ab29ae00180cbaf9779ba090e9c2b.zip
blog: add announcement about RSS feed generation
-rw-r--r--blog/rss-feed-generation-2017-03-29.markdown18
1 files changed, 18 insertions, 0 deletions
diff --git a/blog/rss-feed-generation-2017-03-29.markdown b/blog/rss-feed-generation-2017-03-29.markdown
new file mode 100644
index 0000000..ec4d30a
--- /dev/null
+++ b/blog/rss-feed-generation-2017-03-29.markdown
@@ -0,0 +1,18 @@
+---
+title: "RSS Feed Generation"
+date: "2017-03-29"
+---
+
+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.