0%

Hexo和Next升级

升级hexo

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
npm install -g hexo-cli
hexo version

npm install -g npm-check
npm-check

npm install -g npm-upgrade
npm-upgrade

npm update -g
npm install -g npm

hexo clean #清理hexo数据并重新生成页面并部署
hexo g -s
hexo d

升级next

进入到项目根目录

1
git clone https://github.com/next-theme/hexo-theme-next themes/next

参考

Hexo升级指南 | Mingshan Lei’s Blog