commit 9d109dbe31eed178d441490b933541de7eab2b5d
parent a2e1c0cb27000c527334b08870348a9137063ab4
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 18 Jun 2020 01:59:58 -0400
Draft new blog post
Diffstat:
1 file changed, 30 insertions(+), 0 deletions(-)
diff --git a/pages/blog/how-to-create-an-rss-feed-for-your-blog-1.md b/pages/blog/how-to-create-an-rss-feed-for-your-blog-1.md
@@ -0,0 +1,30 @@
+## How to Create an RSS Feed for Your Blog – Part 1 — Why?
+
+[//]: # "If you have a blog then you should be syndicating your posts through an RSS feed. This is part 1 in a series about how to do it yourself when you're not on a platform that does it for you."
+
+[//]: # "main.min.css"
+
+[//]: #
+
+<div class="byline">
+<b>Written By:</b> Jake Bauer |
+ <b>Posted:</b> [DATE] |
+ <b>Last Updated:</b> [DATE]
+</div>
+
+If you have a blog then you should be syndicating your posts through an RSS
+feed. If you're not using a platform such as Wordpress or Write.as which create
+them for you, then you'll probably have to find a tool to do it for you or do it
+yourself. For this blog, I create all of the RSS feed entries myself, though I
+have written a script that does it for me when I publish a new blog post.
+
+
+In the next post, I'll go over the basic structure that your feed should have as
+well as some of the content posting decisions you will have to make. In the post
+following that, I'll talk about automating updates to your feeds whenever you
+publish a new blog post.
+
+_This is my forty-eighth post for the
+[#100DaysToOffload](https://social.paritybit.ca/tags/100DaysToOffload)
+challenge. You can learn more about this challenge over at
+[https://100daystooffload.com](https://100daystooffload.com)._