github hexojs/hexo 3.1.0

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

You have to update hexo-generator-index to 0.1.2 in order to support the new is_home helper.

$ npm install hexo-generator-index@0.1.2 --save

New

  • Add data.onRenderEnd field to render() and renderSync(). #1182 c132017
  • Use -f or --force when hexo generate to force regeneration. #1233 5d5092c
  • list_categories: option to add a css-class that there are child-categories #1246 57596a9
  • Add :name to the list of permalink filters. #1247 63bacf2
  • Add option to indicate current category with class name current #1248 eff1429
  • Add new permalink param: post_title. #1258 d531c10
  • Add separator option to tag cloud helper. #1252 a3c624e

Fixed

  • Fix search to use sitesearch param instead of two q params. #1186 2ad148c
  • Fix the problem that occurs when every tag has the same number of posts. #1202 56bfc43
  • More strictly check for category duplicaton and tag duplication. #1204 64fdc3a
  • Fix infinite loop in hexo help command. #1209 4fa9d91
  • Image should have alt, title is optional. #1226 7cc20e4
  • Fix backtick_code_block for ignore tab character. #1229 1a16481
  • Preserve non-null data in drafts. #1139 245f4af
  • Fix for relative url ..//. #1251 f4270c4
  • relative_url helper: replace trailing slash with index.html. 03077e7
  • Simplify is_home and is_post helper. Add is_page helper. 62f521b
  • Fix is_current throws error when no path is given. fe41b43
  • Make og:image URL always a full URL. a567c48

Don't miss a new hexo release

NewReleases is sending notifications on new releases.