blog edits, rss feed

This commit is contained in:
Ruben 2024-10-01 12:57:34 -05:00
commit a7461cfb99
No known key found for this signature in database
2 changed files with 19 additions and 2 deletions

View file

@ -61,8 +61,8 @@
<p aria-hidden="true" class="term-input"><span class="folder"><i class="ph-fill ph-folder-simple" style="margin-right: -8px;"></i> ~/blog</span> <span class="status"><i class="ph-fill ph-dot-outline"></i></span> cat blog</p>
<h1><a href="#blog">blog</a></h1>
<small>alternatively; rantpage</small>
<p>welcome to my "blog". or whatever this is supposed to be. i will rant about random things and make large writeups that probably won't make sense or container many errors. thanks for stopping by!</p>
<p>this is a "static index"<small aria-hidden="true">(...?)</small> so this page manually gets updated whenever i make a new post. i'll try to tag things myself, and there will most likely never be a proper search function here, so you'll have to use your browser's find feature, sorry.</p>
<p>welcome to my "blog", or whatever this is supposed to be. i rant about random things and make large writeups that probably won't make sense or contain many errors. thanks for stopping by!</p>
<small>this is a "static index"<span aria-hidden="true">(...?)</span> so this page manually gets updated whenever i make a new blogpost. i'll try to tag things myself, and there will most likely never be a proper search function here, so you'll have to use your browser's find feature, sorry.</small>
<span id="seperator"></span>
<article class="article-card">
<header>

17
blog/rss.xml Normal file
View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>ruben's blog @ s.p.g</title>
<description>ruben's "blog", or whatever it's supposed to be. i rant about random things or make guides.</description>
<link>https://sneexy.pages.gay/blog</link>
<atom:link href="<link>https://sneexy.pages.gay/blog/rss.xml</link>"
rel="self" type="application/rss+xml" />
<item>
<title>Create An RSS Feed From Scratch</title>
<link>https://sneexy.pages.gay/blog/my-thoughts-on-social-media</link>
<guid>https://sneexy.pages.gay/blog/my-thoughts-on-social-media</guid>
<pubDate>Tue, 1 Oct 2024 12:56:31 CST</pubDate>
</item>
</channel>
</rss>