Updating my hexo and icarus install

Updating Hexo Install

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 g -s
hexo d

Updating hexo theme

  1. Remove node_modules folder
  2. remove "hexo-theme-icarus": "^5.1.0" in package.json
1
2
3
4
5
npm install
npm install [email protected]
npm install hexo-renderer-inferno
hexo config theme icarus
hexo server

use the original icarus config

Author

Elliot

Posted on

2022-10-24

Updated on

2023-05-07

Licensed under