| 
 | 1 | +exports.feed = `  | 
 | 2 | +<?xml version="1.0" encoding="utf-8"?>  | 
 | 3 | +<feed xmlns="http://www.w3.org/2005/Atom">  | 
 | 4 | +<title>ATOM title</title>  | 
 | 5 | + <subtitle>A sample ATOM feed</subtitle>  | 
 | 6 | + <logo>https://b.thumbs.redditmedia.com/ntr1FkBiO3nk4t4Vgy5GXoPQ_j2hirENH9iT8rXNf8M.png</logo>  | 
 | 7 | + <generator uri="http://jekyllrb.com" version="3.1.2">Jekyll</generator>  | 
 | 8 | + <link href="http://bakery-store.example.com/" rel="alternate" type="text/html" />  | 
 | 9 | + <updated>2016-05-13T16:22:08+12:00</updated>  | 
 | 10 | + <id>http://bakery-store.example.com/</id>  | 
 | 11 | + <entry>  | 
 | 12 | + <title>Where Did The Cookie Come From</title>  | 
 | 13 | + <link href="http://bakery-store.example.com/information/2016/01/02/where-did-the-cookie-come-from.html" rel="alternate" type="text/html" title="Where Did The Cookie Come From" />  | 
 | 14 | + <link href="https://www.example.com/audio.mp3" rel="enclosure" type="audio/mpeg" length="1234" />  | 
 | 15 | + <published>2016-01-02T00:00:00+13:00</published>  | 
 | 16 | + <id>http://bakery-store.example.com/information/2016/01/02/where-did-the-cookie-come-from</id>  | 
 | 17 | + <icon>https://b.thumbs.redditmedia.com/ntr1FkBiO3nk4t4Vgy5GXoPQ_j2hirENH9iT8rXNf8.png</icon>  | 
 | 18 | + <content type="html" xml:base="http://bakery-store.example.com/information/2016/01/02/where-did-the-cookie-come-from.html"><p>The chocolate chip cookie was invented by Ruth Graves Wakefield. She owned the Toll House Inn, in Whitman, Massachusetts, a very popular restaurant that featured home cooking in the 1930s. Her cookbook, Toll House Tried and True Recipes, was first published in 1936 by M. Barrows &amp; Company, New York. The 1938 edition of the cookbook was the first to include the recipe “Toll House Chocolate Crunch Cookie” which rapidly became a favorite cookie in American homes.</p>  | 
 | 19 | +
  | 
 | 20 | +<p>Source / Read more <a href="https://en.wikipedia.org/wiki/Chocolate_chip_cookie">Wikipedia</a></p>  | 
 | 21 | + </content>  | 
 | 22 | + <category term="Information" />  | 
 | 23 | + <summary>The chocolate chip cookie was invented by Ruth Graves Wakefield.</summary>  | 
 | 24 | + </entry>  | 
 | 25 | + <entry>  | 
 | 26 | + <title>What Is Sour Dough</title>  | 
 | 27 | + <link href="http://bakery-store.example.com/information/2016/01/01/what-is-sour-dough.html" rel="alternate" type="text/html" title="What Is Sour Dough" />  | 
 | 28 | + <published>2016-01-01T00:00:00+13:00</published>  | 
 | 29 | + <updated>2016-01-01T00:00:00+13:00</updated>  | 
 | 30 | + <id>http://bakery-store.example.com/information/2016/01/01/what-is-sour-dough</id>  | 
 | 31 | + <content type="html" xml:base="http://bakery-store.example.com/information/2016/01/01/what-is-sour-dough.html"><p>Sourdough bread is made by the fermentation of dough using naturally-occurring lactobacilli and yeast. Sourdough bread has a mildly sour taste not present in most breads made with baker’s yeast and better inherent keeping qualities than other breads, due to the lactic acid produced by the lactobacilli.</p>  | 
 | 32 | +
  | 
 | 33 | +<p>Source / Read more <a href="https://en.wikipedia.org/wiki/Sourdough">Wikipedia</a></p>  | 
 | 34 | + </content>  | 
 | 35 | + <category term="Information" />  | 
 | 36 | + <summary>Sourdough bread is made by the fermentation of dough using naturally-occurring lactobacilli and yeast. Sourdough bread has a mildly sour taste not present in most breads made with baker’s yeast and better inherent keeping qualities than other breads, due to the lactic acid produced by the lactobacilli.</summary>  | 
 | 37 | + </entry>  | 
 | 38 | +</feed>  | 
 | 39 | +`;  | 
0 commit comments