Hexo 开启 RSS
安装 hexo-generator-feed 插件#
npm#
npm install hexo-generator-feed -d
yarn#
yarn add hexo-generator-feed
配置_config.[themes].yml#
增加导航栏菜单#
RSS: /atom.xml || fa fa-rss
参数配置#
feed:
type: atom # 类型为atom
path: atom.xml # 访问路径
limit: 20 # 分页
清除重启#
hexo clean && hexo generate
页面效果#
本文由 note.batype.com 导入。
相关文章
- Hexo 内容分页配置
- Hexo 开启公众号引流工具
其中,配置参数含义如下:
- 我对 React Server Components 的看法:方向对了,代价被低估了
RSC 解决的是真问题,但它给心智模型和生态带来的撕裂,比宣传里说的大得多。