github hexojs/hexo 3.0.0-rc.1

latest releases: v7.2.0, v7.1.1, v7.1.0...
pre-release9 years ago

New

  • Add hexo list tag command.
  • Use update-notifier to check updates. Removed in 3.0.0-rc.4
  • Add local data support
  • Detect whether a folder is Hexo site by package.json, not _config.yml, which means your site must contains a package.json and name must be hexo-site.
  • Add JSON support to hexo config command.
  • Compare shasum of generated files and only regenerate if files are changed.
  • Add skip_render setting.
  • Add support for async tag. (In post.render method, Swig was replaced with Nunjucks, which may have different behaviors.) #1009

Update

  • Decrease startup time by deferring loading of highlight.js and cheerio.
  • Fixed open_graph helper polluting context.
  • hexo-util updated to 0.1.1: fixed slugize method removes non-English characters.
  • Fixed extension name such as jquery.min.js are removed.
  • Fixed hexo generate doesn't watch for remove event

Don't miss a new hexo release

NewReleases is sending notifications on new releases.