在blog中添加rss信息源 2023-05-23 作者 Y Y 420 字 本文最后编辑于 前,其中的内容可能需要更新。 使用hexo-generator-feed创建rss信息源 项目地址 1https://github.com/hexojs/hexo-generator-feed 部署 12在blog项目中npm install hexo-generator-feed --save 12345678910111213141516171819在_config.yml文件中添加如下配置:feed: enable: true type: - atom - rss2 path: - atom.xml - rss2.xml limit: 20 hub: content: content_limit: 140 content_limit_delim: ' ' order_by: -date icon: icon.png autodiscovery: true template: < 上一篇 下一篇 >