-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
26 lines (24 loc) · 1.03 KB
/
Copy pathindex.xml
File metadata and controls
26 lines (24 loc) · 1.03 KB
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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>sitename</title>
<link>http://www.example.com/index.xml</link>
<description>Recent content on sitename</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-EN</language>
<managingEditor>yourname@example.com (yourname)</managingEditor>
<webMaster>yourname@example.com (yourname)</webMaster>
<copyright>(c) 2015 yourname.</copyright>
<lastBuildDate>Thu, 05 Jan 2017 11:43:06 +0000</lastBuildDate>
<atom:link href="http://www.example.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>hello world</title>
<link>http://www.example.com/hello-world/</link>
<pubDate>Thu, 05 Jan 2017 11:43:06 +0000</pubDate>
<author>yourname@example.com (yourname)</author>
<guid>http://www.example.com/hello-world/</guid>
<description><p>Hello World!</p>
</description>
</item>
</channel>
</rss>