Test RSS Support

This commit is contained in:
2022-03-14 01:51:08 +08:00
parent cd2afeccfd
commit f07858bf79
4 changed files with 156 additions and 3 deletions

15
blog/.rss.template Normal file
View File

@ -0,0 +1,15 @@
<rss version="2.0">
<channel>
<title>My Little Spot</title>
<link>https://www.clementchiew.me.</link>
<description> </description>
<language>en-us</language>
<pubDate>$pubdate</pubDate>
<lastBuildDate>$pubdate</lastBuildDate>
<docs>https://www.clement.chiew/blog/rss</docs>
<generator>Some random bash scripts</generator>
<managingEditor>clementchiew@disroot.org</managingEditor>
<webMaster>clementchiew@disroot.org</webMaster>
$itemlist
</channel>
</rss>