19 lines
702 B
XML
19 lines
702 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>Hello on My New Hugo Site</title>
|
|
<link>http://localhost:1313/</link>
|
|
<description>Recent content in Hello on My New Hugo Site</description>
|
|
<generator>Hugo</generator>
|
|
<language>en-us</language>
|
|
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
|
<item>
|
|
<title>Index</title>
|
|
<link>http://localhost:1313/docs/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
<guid>http://localhost:1313/docs/</guid>
|
|
<description></description>
|
|
</item>
|
|
</channel>
|
|
</rss>
|