<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Nate Bowie's Blog</title>
<link>http://nathankmbowie.com/blog.html</link>
<description>A quick homebrew feed for my
blog. Does not include videos/articles I work on, just very occasional
content.</description>
</channel>
</rss>
<item>
<title>Placeholder1</title>
<pubDate>Thur, 13 Oct 2022 19:00:00 -0700</pubDate>
<link>https://nathankmbowie.com/blog.html#mozTocId86197</link>
<description>This is just a quick
placeholder. I havn't actually copied over any of my old posts or
created any new ones yet.</description>
</item>
Once you have pasted in the item code to add to the feed your code should look like this:
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Nate Bowie's Blog</title>
<link>http://nathankmbowie.com/blog.html</link>
<description>A quick homebrew feed for my blog. Does not
include videos/articles I work on, just very occasional
content.</description>
<item>
<title>Placeholder1</title>
<pubDate>Thur, 13 Oct 2022 19:00:00 -0700</pubDate>
<link>https://nathankmbowie.com/blog.html#mozTocId86197</link>
<description>This is just a quick placeholder. I havn't
actually copied over any of my old posts or created any new ones
yet.</description>
</item>
</channel>
</rss>
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Nate Bowie's Blog</title>
<link>http://nathankmbowie.com/blog.html</link>
<description>A quick homebrew feed for my blog. Does not
include videos/articles I work on, just very occasional
content.</description>
<item>
<title>Placeholder2</title>
<pubDate>Thur, 13 Oct 2022 19:00:00 -0700</pubDate>
<link>https://nathankmbowie.com/blog.html#mozTocId86197</link>
<description>This is just a quick placeholder. I havn't
actually copied over any of my old posts or created any new ones
yet.</description>
</item>
<item>
<title>Placeholder1</title>
<pubDate>Thur, 13 Oct 2022 19:00:00 -0700</pubDate>
<link>https://nathankmbowie.com/blog.html#mozTocId86197</link>
<description>This is just a quick placeholder. I havn't
actually copied over any of my old posts or created any new ones
yet.</description>
</item>
</channel>
</rss>
With your feed all set you can now go on to do whatever with it. Just
host it and direct readers/listeners/watchers to the feed URL (if you
don’t have a host try hosting for free with GitHub) and they will
automatically get updates whenever you update the file.
All content in /tutorials is
licensed Creative Commons
Attribution-Share Alike
unless otherwise specified. Feel free to share it around and re-use it,
but please give me credit if you do so (and would love if you sent me a
message or something). You can also
send me a tip if you found this helpful, but no
pressure - this is a hobby.