<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://example.com/blog/rss.xml" rel="self" type="application/rss+xml" />
        <title>My blog</title>
        <link>https://example.com/blog</link>
        <description>My thoughts</description>
        <language>en</language>


        <item>
<title>My third blog post</title>
<link>https://example.com/blog/my_third_blog_post.html</link>
<guid>https://example.com/blog/my_third_blog_post.html</guid>
<description>
Hey, it works.

Click here for a scandalous video!
</description>
</item>
<item>
<title>My second post</title>
<link>https://example.com/blog/my_second_post.html</link>
<guid>https://example.com/blog/my_second_post.html</guid>
<description>
This is my second blog post, created using ./new.sh. How convenient!
</description>
</item>
<item>
<title>My first blog entry</title>
<link>https://example.com/blog/first.html</link>
<guid>https://example.com/blog/first.html</guid>
<description>
Table of contents


    


Greeting

Hi there.

Another heading

This is the first blog post on my new website (created with cyc).

Conclusion

Feel free to contact me.
</description>
</item>
    </channel>
</rss>
