-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
25 lines (20 loc) · 806 Bytes
/
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[My Octopress Blog]]></title>
<link href="http://KevinPike.github.io/atom.xml" rel="self"/>
<link href="http://KevinPike.github.io/"/>
<updated>2013-08-12T16:39:27+00:00</updated>
<id>http://KevinPike.github.io/</id>
<author>
<name><![CDATA[Kevin Pike]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Hello world]]></title>
<link href="http://KevinPike.github.io/blog/2013/08/12/hello-world/"/>
<updated>2013-08-12T15:45:00+00:00</updated>
<id>http://KevinPike.github.io/blog/2013/08/12/hello-world</id>
<content type="html"><![CDATA[<p>First post.</p>
]]></content>
</entry>
</feed>