RSS Feed
ModernDuang includes a built-in RSS link in the page <head>, allowing readers to subscribe to your blog updates via RSS readers.
Prerequisites
Before configuring RSS, make sure the url field in Hexo's main _config.yml is set to your blog domain:
Important:
urlmust be your actual blog domain, otherwise the RSS feed links will contain incorrect addresses.
Install the Plugin
RSS feed generation requires the hexo-generator-feed plugin:
Configuration
Add the following at the end of your Hexo main _config.yml:
After Enabling
- Visit
https://yourblog.com/atom.xmlto access your RSS feed - The theme automatically inserts an RSS link in the
<head>, allowing browsers and RSS readers to autodiscover your feed - You can configure an RSS social icon in the footer (see Social Icons)
