2022年3月31号站点更新详细
- 更新了hexo-generator-searchdb
- 更新了hexo-generator-sitemap
- 更新了hexo-generator-baidu-sitemap
- 更新了eslint
- 更新了hexo
- 更新了hexo-renderer-ejs
- 更新了hexo-server
- 更新了next
hexo-generator-searchdb
此插件用于生成搜索索引文件,其中包含您的文章的所有必要数据,您可以使用这些数据为您的博客编写本地搜索引擎。支持 XML 和 JSON 格式输出。
在hexo配置文件中添加的的字段由
1 | search: |
变为
1 | search: |
github地址:https://github.com/next-theme/hexo-generator-searchdb
hexo-generator-sitemap
生成google抓取的站点地图
在hexo配置文件中添加字段
1 | sitemap: #谷歌站点地图 |
github地址:https://github.com/hexojs/hexo-generator-sitemap
hexo-generator-baidu-sitemap
生成百度抓取的站点地图
在hexo配置文件中添加字段
1 | baidusitemap: # 百度站点地图 |
github地址:https://github.com/coneycode/hexo-generator-baidu-sitemap
其它
eslint更新到了8.12.0
hexo更新到了6.1.0
hexo-renderer-ejs更新到了2.0.0
hexo-server更新到了3.0.0
next版本更新到了8.10.1
本地
npm-check-updates
安装了npm-check-updates插件
1 | ncu #检查需要更新依赖 |
github地址:https://github.com/raineorshine/npm-check-updates
修复错误
添加了nodejs高版本兼容
在 \node_modules\stylus\lib\nodes\index.js 文件中加入
1 | exports.lineno = null; |