This website uses the PaperMod theme for Hugo. The default setup offers a primary RSS feed for all posts at yoursite.com/index.xml. However, I needed more granularity—specifically, RSS feeds for posts tagged with certain keywords.

After some exploration and experimentation, I discovered that Hugo automatically generates RSS feeds for each tag. TIL! Here’s how you can access these tag-specific RSS feeds:

  • iOS Tag Feed: https://kunat.dev/tags/ios/index.xml
  • Swift Tag Feed: https://kunat.dev/tags/swift/index.xml
  • Utils Tag Feed: https://kunat.dev/tags/utils/index.xml