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

  • @stepanzak@iusearchlinux.fyi
    link
    fedilink
    English
    2
    edit-2
    3 months ago

    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 &raquo; Feed" href="https://thin.computer/index.php/feed/" />
    
    <link rel="alternate" type="application/rss+xml" title="The Thin Computer &raquo; Comments Feed" href="https://thin.computer/index.php/comments/feed/" />
    
    <link rel="alternate" type="application/rss+xml" title="The Thin Computer &raquo; 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/" />
    
    • @floridamanOP
      link
      English
      23 months ago

      Ah, I will look into adding that to my React layouts. Thanks for the suggestion!