Saw this post the other day and was inspired to make something slightly more stupid, plus it gave me an excuse to work on my website, lol
Saw this post the other day and was inspired to make something slightly more stupid, plus it gave me an excuse to work on my website, lol
I do have an RSS feed! It’s https://floridaman7588.me/feed.xml I should probably put it in a more obvious place on my site tho, haha. And thanks for reading!
Thank you, I should have tried that. (I tried /feed - without the .xml). I’m also pretty sure there’s some html meta tag pointing at the feed. I use Feeder on android and it can usually find the feed, even if it has some nonstandard path. EDIT: This is how it looks like in the linked The Thin Computer article linked:
<link rel="alternate" type="application/rss+xml" title="The Thin Computer » Feed" href="https://thin.computer/index.php/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Thin Computer » Comments Feed" href="https://thin.computer/index.php/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Thin Computer » Using Termux on Android for Self Hosting? Yes, really. Comments Feed" href="https://thin.computer/index.php/2024/03/21/using-termux-on-android-for-self-hosting-yes-really/feed/" />
Ah, I will look into adding that to my React layouts. Thanks for the suggestion!