NexT 6.0.3 Released

Breaking Changes

Rename some language code

Please change your hexo/_config.yml:

language: <new language-code>
  • zh-Hans to zh-CN for better compatability. (e1e6cf8)
  • fr-FR and nl-NL to fr and nl. (ee91573, ec5e9db)

Refactored license_content & Fixed excess spaces. (4003a0e)

Features

  • Added: Bookmark feature (#63)
    bookmark:
    enable: true
    save: auto # or manual
  • Added a switch to choice whether it will unescape the HTML strings for local searching (#90)
    local_search:
    ...
    # unescape html strings to the readable one
    unescape: true
  • Added: Support to set whether the sidebar will be shown in each single post. (#93)
    ...
    date: 2018-01-28 21:16:00
    sidebar: false
    ---

    ...
  • Added docs of Algolia search (#91)

Optimizations

  • Updated: Rename en.yml on _en.yml to set undefined language as default.
    If language file will not find by Hexo, Hexo will use first finded language (_en.yml). (03e357b)
  • Updated: Rename «Words count in article» on «Symbols count in article». (9d46733)
  • Updated translation for the core languages.
  • Updated math.per_page to default true to make math lazyloaded. (#66)
  • Updated: Add more seo things. (#85)

Bug Fixes

  • Fixed a little mistakes in MATH.md docs file. (a3a2321, 6582d75, 79582ed)
  • Fixed: Math script loaded in tags and archives pages (#78, #81)
  • Fixed the exists categories/tags count issue in the sidebar. (#87, addition fix to #42)
  • Fixed an issue about the algolia search overlay. (#89)

For full changes, see the comparison between 6.0.2 and 6.0.3

Detailed changes for NexT v6.0.3