diff options
Diffstat (limited to 'html/rss.xml')
-rw-r--r-- | html/rss.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/html/rss.xml b/html/rss.xml index df0b6ca..5b576e1 100644 --- a/html/rss.xml +++ b/html/rss.xml @@ -6,16 +6,6 @@ <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> - -<item> <title>ssh_forwarding</title> <link>https://davidovski.xyz/https://davidovski.xyz/entries/ssh_forwarding.html</link> <pubDate>Fri, 27 Aug 2021 03:01:02</pubDate> @@ -67,5 +57,15 @@ WantedBy=default.target <p>However this command assumes that the remote user has access to sudo with <strong>NO PASSWORD</strong>. Alternatively you could create a similar service (this time as a system service) on the remote server running the socat commands.</p>]]></description> </item> +<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> |