-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Migrating from 2.5 to 2.6
uiolee edited this page Apr 7, 2024
·
5 revisions
$ npm update hexo -g
EJS, Stylus, Marked renderer plugins are removed from the core module since 2.6. You have to install them manually.
$ npm install hexo-renderer-ejs --save
$ npm install hexo-renderer-stylus --save
$ npm install hexo-renderer-marked --save
Or you can re-initialize your blog.
$ hexo init <folder>
$ cd <folder>
$ npm install
Caution
Attention! This wiki is no longer maintained.
Please visit the official website. https://hexo.io/
Caution
Attention! This wiki is no longer maintained.
Please visit the official website. https://hexo.io/