diff options
author | sanine <sanine.not@pm.me> | 2022-01-13 17:41:02 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-01-13 17:41:02 -0600 |
commit | 0ff62ea7886bdeff160682d3d5713c2c8a6dd4b1 (patch) | |
tree | c70d31f35c1e54a7fc01246eb6740d79aef0ccd0 /public/rss.xml |
initial commit
Diffstat (limited to 'public/rss.xml')
-rw-r--r-- | public/rss.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/rss.xml b/public/rss.xml new file mode 100644 index 0000000..2297f97 --- /dev/null +++ b/public/rss.xml @@ -0,0 +1,15 @@ +<rss version="2.0"> +<channel> + <title>sanine.net</title> + <link>https://sanine.net/</link> + <description></description> + <generator>argent v0.1.0</generator> + <docs>https://www.rssboard.org/rss-specification</docs> + + <item> + <title>announcing honeysuckle</title> + <link>https://sanine.net/blog/announcing_honeysuckle.html</link> + <pubDate>23 May 2021 00:00:00 Z</pubDate> + </item> +</channel> +</rss>
\ No newline at end of file |