Skip to content

Migrating from 2.5 to 2.6

uiolee edited this page Apr 7, 2024 · 5 revisions

Update to 2.6

$ npm update hexo -g

Install Renderer Plugins

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/

Clone this wiki locally