Add rss feed and change title of a blog post

This commit is contained in:
grdnsys 2025-01-27 09:22:52 +01:00
parent 0b811da739
commit e9e8504503
3 changed files with 17 additions and 3 deletions

View file

@ -18,7 +18,7 @@
<hr> <hr>
<h1>Some sort of attempt at a blog</h1> <h1>Some sort of attempt at a blog</h1>
<hr> <hr>
<pre><a href="blog/2025-01-27.html">2025-01-27 - 📖 The problem of seeing systems - By Will</a> <pre><a href="blog/2025-01-27.html">2025-01-27 - 📖 The problem of seeing headmates - By Will</a>
</pre> </pre>
<pre>Things like an RSS feed is coming at some point</pre> <pre>Things like an RSS feed is coming at some point</pre>
</body> </body>

View file

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>📖 The problem of seeing systems | Garden System</title> <title>📖 The problem of seeing headmates | Garden System</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark"> <meta name="color-scheme" content="light dark">
@ -16,7 +16,7 @@
<a href="../blog.html">>Blog<</a> <a href="../blog.html">>Blog<</a>
</p> </p>
<hr /> <hr />
<h1>📖 The problem of seeing systems</h1> <h1>📖 The problem of seeing headmates</h1>
<p>Written by: <a href="../people/will.html">📖 Will (he/him)</a></p> <p>Written by: <a href="../people/will.html">📖 Will (he/him)</a></p>
<hr /> <hr />
<p>This is me rewriting and expanding on a fedi post by Violet that was inspired by something I said out loud at some point. So we have really come full circle here.</p> <p>This is me rewriting and expanding on a fedi post by Violet that was inspired by something I said out loud at some point. So we have really come full circle here.</p>

14
blog/blog.rss Normal file
View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Garden's attempt at a blog</title>
<link>https://system.grdnsys.no/blog</link>
<description>Some sort of attempt at a blog that may or may not be used much.</description>
<item>
<title>📖 The problem of seeing headmates</title>
<link>https://system.grdnsys.no/blog/2025-01-27.html</link>
<description>A rant about plurality acceptance</description>
</item>
</channel>
</rss>