summaryrefslogtreecommitdiff
path: root/template/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'template/rss.xml')
-rw-r--r--template/rss.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/template/rss.xml b/template/rss.xml
new file mode 100644
index 0000000..4f519ac
--- /dev/null
+++ b/template/rss.xml
@@ -0,0 +1,13 @@
+<rss version="2.0">
+<channel>
+<title>blog.vdouillet.fr</title>
+<link>$link</link>
+<description>Humble ramblings about IT and occasionally other topics</description>
+<language>en-us</language>
+<pubDate>$pubDate</pubDate>
+<lastBuildDate>$lastBuildDate</lastBuildDate>
+<image>
+<url>$link/favicon.png</url>
+<title>blog.vdouillet.fr</title>
+<link>$link</link>
+</image>