forked from pi/hugo_blog_source
15 lines
821 B
XML
15 lines
821 B
XML
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
|
<channel>
|
|
<title>所有文章 - 我的全新 Hugo 网站</title>
|
|
<link>http://example.org/posts/</link>
|
|
<description>所有文章 | 我的全新 Hugo 网站</description>
|
|
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Mon, 08 Feb 2021 16:35:58 +0800</lastBuildDate><atom:link href="http://example.org/posts/" rel="self" type="application/rss+xml" /><item>
|
|
<title>First_post</title>
|
|
<link>http://example.org/posts/first_post/</link>
|
|
<pubDate>Mon, 08 Feb 2021 16:35:58 +0800</pubDate>
|
|
<author>作者</author>
|
|
<guid>http://example.org/posts/first_post/</guid>
|
|
<description><![CDATA[第一份文字 Hi, 你好hugo世界]]></description>
|
|
</item></channel>
|
|
</rss>
|