Blog RSS Feeds
Edit pageThe HagiCode documentation blog publishes three RSS feeds. You can keep using the existing all-language feed or subscribe only to Chinese or English posts.
| Scope | RSS URL |
|---|---|
| All languages | https://docs.hagicode.com/blog/rss.xml |
| Chinese posts | https://docs.hagicode.com/blog/rss.zh-CN.xml |
| English posts | https://docs.hagicode.com/blog/rss.en.xml |
Compatibility
Section titled “Compatibility”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.
Language Rule
Section titled “Language Rule”RSS generation normalizes a language value for every blog post before filtering:
- If a post explicitly sets
languagein frontmatter,zh/zh-CNbecomeszh-CN, anden/en-USbecomesen. - If a post does not set explicit language metadata, the language is derived from the content path:
src/content/docs/blog/is Chinese, andsrc/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.