Skip to content

Migrating from 2.x to 3.0

Tommy Chen edited this page Jan 15, 2015 · 7 revisions

This doc helps you migrating from 2.x to 3.0. You may be interested in Breaking Changes in Hexo 3.0.

Clean cache

hexo clean

Install generators

npm install hexo-generator-index --save
npm install hexo-generator-archive --save
npm install hexo-generator-category --save
npm install hexo-generator-tag --save

Install server

npm install hexo-server --save

Install deployers

npm install hexo-deployer-git --save
npm install hexo-deployer-heroku --save
npm install hexo-deployer-rsync --save
npm install hexo-deployer-openshift --save

Caution

Attention! This wiki is no longer maintained.

Please visit the official website. https://hexo.io/

Clone this wiki locally