diff options
Diffstat (limited to 'html/rss.xml')
-rw-r--r-- | html/rss.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/html/rss.xml b/html/rss.xml new file mode 100644 index 0000000..42c251f --- /dev/null +++ b/html/rss.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<rss version="2.0"> + +<channel> + <title>davidovski</title> + <link>https://davidovski.xyz</link> + <description>davidovski's site</description> + <item> + <title>welcome</title> + <link>https://davidovski.xyz/https://davidovski.xyz/entries/welcome.html</link> + <pubDate>Sun, 08 Aug 2021 04:23:07</pubDate> + <description><![CDATA[<p>welcome. i decided to turn this wepage into blog-style site... i havent got a topic or anything, so expect either: quality tutorials and very interesting techy things; or just random shitposts or rambles about things.</p> +<p>originally i was going to make this blog on <a href="https://b.davidovski.xyz">b.davidovski.xyz</a> using <a href="http://nanoblogger.sourceforge.net/">nanoblogger</a> (you might be able to still see the start of that) but nb itself seemed quite dead, and i couldn't really be asked to customise it all myself. So i made my own script to generate this static site: <a href="https://github.com/davidovski/kblg/">kblg</a>. Right now its probably just the bare minimum needed for this, but I am planning to add more things to it as I go along (including rss, if anyone would be interested?)</p> +<p>anyway thats all for now, cya</p> +<p>~davidovski</p>]]></description> +</item> + +</channel> +</rss> |