summaryrefslogtreecommitdiff
path: root/blog/src/templates/rss
diff options
context:
space:
mode:
Diffstat (limited to 'blog/src/templates/rss')
-rw-r--r--blog/src/templates/rss/rss.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/blog/src/templates/rss/rss.xml b/blog/src/templates/rss/rss.xml
new file mode 100644
index 0000000..7b3796b
--- /dev/null
+++ b/blog/src/templates/rss/rss.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>$$TITLE</title>
+ <link>$$LINK</link>
+ <atom:link href="https://blog.luevano.xyz/rss.xml" rel="self" type="application/rss+xml"/>
+ <description>A personal weblog ranging from rants to how to's and other thoughts.</description>
+ <language>en-us</language>
+ <copyright>Copyright 2021 David Luévano Alvarado</copyright>
+ <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor>
+ <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster>
+ <pubDate>$$CURRENTDATE</pubDate>
+ <lastBuildDate>$$CURRENTDATE</lastBuildDate>
+ <generator>$$PYSSGVERSION</generator>
+ <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
+ <ttl>30</ttl>
+ <image>
+ <url>https://static.luevano.xyz/images/blog.png</url>
+ <title>$$TITLE</title>
+ <link>$$LINK</link>
+ </image>
+$$ITEMS
+ </channel>
+</rss>