-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
42 lines (39 loc) · 1.98 KB
/
feed.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
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Blog Name</title>
<subtitle>Blog subtitle</subtitle>
<id>http://blog.url.com/blog</id>
<link href="http://blog.url.com/blog"/>
<link href="http://blog.url.com/feed.xml" rel="self"/>
<updated>2015-08-15T17:00:00-07:00</updated>
<author>
<name>Blog Author</name>
</author>
<entry>
<title>Test Post 2</title>
<link rel="alternate" href="http://blog.url.com/blog/2015/08/16/test-post-2.html"/>
<id>http://blog.url.com/blog/2015/08/16/test-post-2.html</id>
<published>2015-08-15T17:00:00-07:00</published>
<updated>2015-08-16T15:18:21-07:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><p>I just want to see what happens to the layout when I make another post…</p>
<p>I really like ellipses…</p>
</content>
</entry>
<entry>
<title>Initial Commit</title>
<link rel="alternate" href="http://blog.url.com/blog/2015/08/16/initial-commit.html"/>
<id>http://blog.url.com/blog/2015/08/16/initial-commit.html</id>
<published>2015-08-15T17:00:00-07:00</published>
<updated>2015-08-17T23:39:10-07:00</updated>
<author>
<name>Article Author</name>
</author>
<content type="html"><p>I started a blog today. I used middleman to build a static site and deploy on github pages. It was all free because I can have one free personal github pages site, and the .me domain was free on namecheap. I'm currently attempting to stylize using bourbon, neat, and bitters.</p>
<p>I wasn't trying to start a blog. It just happened. I don't anticipate any more posts, so if there are any, it'll be a pleasant (indifferent?) surprise for all of us. I was actually trying to start a project site that links to github. In short, I've not accomplished what I set out to do. But I will. You'll see.</p>
<p>I'll learn all the formatting later…</p>
</content>
</entry>
</feed>