Skip to content

Blog RSS Feeds

Edit page

The HagiCode documentation blog publishes three RSS feeds. You can keep using the existing all-language feed or subscribe only to Chinese or English posts.

ScopeRSS URL
All languageshttps://docs.hagicode.com/blog/rss.xml
Chinese postshttps://docs.hagicode.com/blog/rss.zh-CN.xml
English postshttps://docs.hagicode.com/blog/rss.en.xml

https://docs.hagicode.com/blog/rss.xml is the existing compatibility feed and continues to include both Chinese and English posts. Existing feed readers, automation scripts, and README sync workflows do not need to change.

RSS generation normalizes a language value for every blog post before filtering:

  • If a post explicitly sets language in frontmatter, zh / zh-CN becomes zh-CN, and en / en-US becomes en.
  • If a post does not set explicit language metadata, the language is derived from the content path: src/content/docs/blog/ is Chinese, and src/content/docs/en/blog/ is English.

Each RSS item includes a matching <language> marker so feed readers and downstream automation can identify the post language.