-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
43 lines (32 loc) · 1.64 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>My Octopress Blog</title>
<link href="http://adambarber.github.com/atom.xml" rel="self"/>
<link href="http://adambarber.github.com/"/>
<updated>2011-10-04T00:39:22-07:00</updated>
<id>http://adambarber.github.com/</id>
<author>
<name>Adam Barber</name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title>My First Octopress Blog</title>
<link href="http://adambarber.github.com/blog/2011/10/04/my-first-octopress-blog/"/>
<updated>2011-10-04T00:26:00-07:00</updated>
<id>http://adambarber.github.com/blog/2011/10/04/my-first-octopress-blog</id>
<content type="html"><p>Hello and welcome to my fist Octopress blog. This sure is fancy. Here&#8217;s some <strong>bold</strong> text. Here&#8217;s some <em>italic</em> text!</p>
<h3>An H3 Headline</h3>
<ul>
<li>A List</li>
<li>More List</li>
<li>Even More list</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque ligula dui, condimentum quis posuere vel, placerat non lorem. Maecenas erat eros, congue ut dictum fringilla, mollis id nulla. Integer nunc quam, sollicitudin sit amet consequat posuere, malesuada consequat nibh. Aliquam iaculis nulla a lectus adipiscing vel tincidunt nunc volutpat. Fusce vitae diam ligula, in dignissim sem.</p>
<ol>
<li>Some Numbers</li>
<li>And A Second</li>
<li>And A Third</li>
</ol>
</content>
</entry>
</feed>