github hexojs/hexo 1.0.0

latest releases: v7.2.0, v7.1.1, v7.1.0...
10 years ago

Migrating from 0.5.x

You have to update the theme and plugins since API changed a lot in 1.0.0.

  • Update theme

    $ cd themes/light
    $ git pull

    or

    $ git clone git://github.com/tommy351/hexo-theme-light.git themes/light

    or you can follow this commit to update your theme.

  • Update plugins

    npm update
    

Key changes

Removed

  • Old cache module
  • Removed process from hexo namespace
  • Render console

Don't miss a new hexo release

NewReleases is sending notifications on new releases.