<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="pretty-atom-feed.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  
  <title>Blog Title</title>
  <subtitle>This is a longer description about your blog.</subtitle>
  <link href="https://example.com/feed/feed.xml" rel="self" />
  <link href="https://example.com/" />
  <updated>2014-10-30T00:00:00Z</updated>
  <id>https://example.com/</id>
  <author>
    <name>Your Name</name>
  </author>
  <entry>
    <title>Site up and running!</title>
    <link href="https://example.com/blog/2014-10-30-site-up/" />
    <updated>2014-10-30T00:00:00Z</updated>
    <id>https://example.com/blog/2014-10-30-site-up/</id>
    <content type="html">&lt;p&gt;Good to know the site works.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>You&#39;re up and running!</title>
    <link href="https://example.com/blog/2014-03-03-hello-world/" />
    <updated>2014-03-03T00:00:00Z</updated>
    <id>https://example.com/blog/2014-03-03-hello-world/</id>
    <content type="html">&lt;p&gt;Next you can update your site name, avatar and other options.&lt;/p&gt;
</content>
  </entry>
</feed>