Skip Navigation
[Question]How to set up RSS for my blog?
  • How do I distribute the feed beyond adding a button on my site?

    Some feed readers have the ability to auto-detect the RSS feed, if the site offers one. As an example, if your blog is located at https://mybloggingsite.com and the RSS feed can be accessed on a separate route (e.g. /feed), you can add the following somewhere under the <head> tag:

    <link rel="alternate" type="application/rss+xml" title="RSS" href="https://mybloggingsite.com/feed">
    

    I'd recommend doing this in combination with adding a visible button, so that users can access/subscribe to the feed using either option.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TV
    tvonwolfe @programming.dev
    Posts 0
    Comments 1