-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
25 lines (20 loc) · 1.02 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[My Octopress Blog]]></title>
<link href="http://dmitridb.github.com/atom.xml" rel="self"/>
<link href="http://dmitridb.github.com/"/>
<updated>2013-03-10T15:05:38-07:00</updated>
<id>http://dmitridb.github.com/</id>
<author>
<name><![CDATA[Your Name]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[First post]]></title>
<link href="http://dmitridb.github.com/blog/2013/03/09/first-post/"/>
<updated>2013-03-09T20:23:00-08:00</updated>
<id>http://dmitridb.github.com/blog/2013/03/09/first-post</id>
<content type="html"><![CDATA[<p>Hey, welcome to my octopress blog up on github. This is just a first post to test it all out. I hope to make this a useful space in which to put my musings while hacking about, maybe some how-tos and that sort of thing you see on these octopress blogs.</p>
]]></content>
</entry>
</feed>