github hexojs/hexo 2.6.0

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

Highlight

EJS, Stylus, Marked not built-in anymore #620

EJS, Stylus, Marked renderer plugins are removed from the core module. You have to install them manually.

$ npm install hexo-renderer-ejs --save
$ npm install hexo-renderer-stylus --save
$ npm install hexo-renderer-marked --save

Fixed

  • Code block indentations
  • util.highlight: add csharp alias for C# #606

API Changes

  • Refactor Scaffold API with Box #624
  • More powerful filter API #617
  • open_graph helper: add twitter_site option

Don't miss a new hexo release

NewReleases is sending notifications on new releases.