atom.xml 1.3 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom">
  3. <generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator>
  4. <link href="https://www.example.com/feed.xml" rel="self" type="application/atom+xml" />
  5. <link href="https://www.example.com/" rel="alternate" type="text/html" />
  6. <updated>2022-02-15T07:00:47+00:00</updated>
  7. <id>https://www.example.com/feed.xml</id>
  8. <title type="html">Test Feed</title>
  9. <subtitle>An example of an atom feed, for testing</subtitle>
  10. <author>
  11. <name>Bobby Test</name>
  12. </author>
  13. <entry>
  14. <title type="html">Why Testing Is The Best</title>
  15. <link href="https://www.example.com/2022/02/12/why-testing-is-the-best/" rel="alternate" type="text/html" title="Why Testing Is The Best" />
  16. <published>2022-02-12T08:00:00+00:00</published>
  17. <updated>2022-02-12T08:00:00+00:00</updated>
  18. <id>https://www.example.com/2022/02/12/why-testing-is-the-best</id>
  19. <content type="html" xml:base="https://www.hugohaggmark.com/2022/02/12/why-testing-is-the-best/">
  20. Testing is the best because it lets you know your code isn't broken, probably.
  21. </content>
  22. <author>
  23. <name>Bobby Test</name>
  24. </author>
  25. <category term="Testing" />
  26. <summary type="html">An example of a summary.</summary>
  27. </entry>
  28. </feed>