安装 hexo-generator-srss 插件:执行命令 npm install hexo-generator-srss --save。之后,在 _config.yml 中配置插件参数:

srss:

type: rss2

path: rss.xml

limit: 20

tstyle: rss_style.xml

tdateFormat: yyyy MM dd hh:mm:ss

该配置项中,type 设定为 rss2,指定生成的 RSS 文件路径为 rss.xml,限制条目数量为 20,tstyle 定义了 RSS 样式表的路径,tdateFormat 设置了日期格式。