add blog generator + rss feed/feed generator
This commit is contained in:
39
blog/rss.xml
Normal file
39
blog/rss.xml
Normal file
@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml-stylesheet type="text/css" href="rss.css" ?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
|
||||
<channel>
|
||||
<title>Your RSS Feed Title</title>
|
||||
<description>A brief description of your RSS feed.</description>
|
||||
<language>en-us</language>
|
||||
<link>http://yourwebsite.com/rss.xml</link>
|
||||
<atom:link href="http://squi.bid/blog/rss.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<!-- LB -->
|
||||
|
||||
<item>
|
||||
<title>state of the site</title>
|
||||
<guid>https://squi.bid/state-of-the-site.html</guid>
|
||||
<link>https://squi.bid/state-of-the-site.html</link>
|
||||
<pubDate>Sat, 11 Mar 2023 15:00:32 -0500</pubDate>
|
||||
<description><![CDATA[
|
||||
<p>
|
||||
Hello o/, and welcome to my website!<br>
|
||||
As of right now I am still setting things up, I have a git server running but I am
|
||||
still working on getting cloning to work via https. On top of the git server I also
|
||||
have a cgit instance which I have gotten close to perfect (for some reason the site
|
||||
is only sometimes in darkmode).
|
||||
<br><br>
|
||||
As of right now that is all I've got running but I might be setting up a SearXNG
|
||||
instance soon.
|
||||
<br><br>
|
||||
However somethings that I will never put on my server are: <br>
|
||||
- social media frontend's eg: invious, and mastadon <br>
|
||||
- probably some other things that I can't think about right now <br>
|
||||
</p>
|
||||
]]></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
Reference in New Issue
Block a user