Abstract
Keywords 专题  Hexo  专题 
Citation Yao Qing-sheng.Hexo 专题.FUTURE & CIVILIZATION Natural/Social Philosophy & Infomation Sciences,20210411. https://yaoqs.github.io/20210411/hexo-zhuan-ti/

[toc]

hexo.io

  1. Themes
  2. Lastest Version

升级

  1. 更新 hexo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$ npm install npm-check-updates -g
$ ncu
Checking ....package.json
[====================] 16/16 100%

hexo ^4.2.0 → ^5.0.0
hexo-generator-sitemap ^2.0.0 → ^2.1.0

Run ncu -u to upgrade package.json
$ ncu -u
Upgrading ....package.json
[====================] 16/16 100%

hexo ^4.2.0 → ^5.0.0
hexo-generator-sitemap ^2.0.0 → ^2.1.0

Run npm install to install new versions.
  1. 升级 hexo-cli
1
npm install hexo-cli -g
  1. 检查
1
hexo version

相关博客索引

References