NexT

Theme for Hexo

Breaking Changes

Add options for canvas-nest (#441)

Old configuration:

-canvas_nest: false

New configuration:

canvas_nest:
enable: false
onmobile: true # display on mobile or not
color: '0,0,255' # RGB values, use ',' to separate
opacity: 0.5 # the opacity of line: 0~1
zIndex: -1 # z-index property of the background
count: 99 # the number of lines

Features

  • Feat: Add sina weibo option to social block in sidebar settings (#456)
  • Add beian option at footer for Chinese website owner (#438)
  • Add growingio analytics (#354)
  • Add enable option for read_more_btn (#446)

Bug Fixes

  • Fix bugs turn on the future of google calendar (#407)
  • Delete Bootcss settings and docs (#439)
  • Fixes for b2t & variables refactoring. (#434)
  • Fix for offset option. [2] (#433)
  • Fixed resize filter & affix & back to top for sidebar (#431, #432)

For full changes, see the comparison between 6.4.2 and 6.5.0

Detailed changes for NexT v6.5.0

Improvements

  • Refactored .exturl class & improve variables for a tags. (#422) (#423) (#424)
  • Refactor group-pictures (#403)
  • New Crowdin translations (#405)

Bug Fixes

  • Fixed & Optimized for #426. (#431)
  • Fixed: Break words on PC and Firefox (#429)
  • Fixes for sidebar in Pisces / Gemini schemes. (#418)
  • Update the domain name of the busuanzi (#417)
  • Fix alignments for exturl with mobile_layout_economy option. (#411)
  • Fix disqus lazyload not working in Safari (#406)
  • Fix TOC displayed in Overview (#408)
  • Sidebar affix not work when set display to always [fix added] (#328, 3bd5ab5)

For full changes, see the comparison between 6.4.1 and 6.4.2

Detailed changes for NexT v6.4.2

Improvements

  • New Crowdin translations (#386)

Bug Fixes

  • Fix bugs where images other than avatars will also rotate (#396)
  • Fixed firestore use wrong variables problem (#388)
  • Refactor lean-analytics.swig to use REST API to avoid conflicts with valine (#381)
  • Fixed the refer website of Livere comment (#395)

For full changes, see the comparison between 6.4.0 and 6.4.1

Detailed changes for NexT v6.4.1

Breaking Changes

Removed HyperComments because for now only paid. =( (#342)

Custom sidebar width & content width for all schemes. (#339)

Old configuration:

-# Manual define the max content width
-# !!Only available for Gemini Scheme currently
-# Leave it empty for the default 75% (suggest not less than 1000px)
-#max_content_width: 1000px

-# Manual define the sidebar width
-# !!Only available for Gemini Scheme currently
-# Leave it empty for the default 240
-sidebar_width:

New configuration:

sidebar:
# Manual define the sidebar width.
# If commented, will be default for:
# Muse | Mist: 320
# Pisces | Gemini: 240
width: 300

Features

  • Update valine comment system version. (#345)

Improvements

  • Add Labels Rules guideline (#355)
  • Simplify post-reward.styl (#359)
  • New Crowdin translations (#362)
  • Delete youyan comment (#360)
  • Update UPDATE-FROM-5.1.X.md (#324)
  • Add CDN examples for theme-next-three (#335)

Bug Fixes

  • Refactor add baidu_site_verification in _config.yml (#322)
  • Replaced — with – for better visibility. (#368, #341)
  • Fixes indentation for note and tabs tags. (#358)
  • Refactor the share tools within post-widgets (#357)
  • Fix the post date display bug (#302)
  • Fixed NexT package.json path on Windows. (#343)

For full changes, see the comparison between 6.3.0 and 6.4.0

Detailed changes for NexT v6.4.0

0%