NexT

Theme for Hexo

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

Breaking Changes

Added avatar rounded & opacity & rotated feature (#267)

Old configuration:

 # Sidebar Avatar
-# in theme directory(source/images): /images/avatar.gif
-# in site directory(source/uploads): /uploads/avatar.gif
-#avatar: /images/avatar.gif

New configuration:

 # Sidebar Avatar
+avatar:
+ # in theme directory(source/images): /images/avatar.gif
+ # in site directory(source/uploads): /uploads/avatar.gif
+ # You can also use other linking images.
+ url: #/images/avatar.gif
+ # If true, the avatar would be displayed in circle.
+ rounded: false
+ # The value of opacity should be choose from 0 to 1 to set the opacity of the avatar.
+ opacity: 1
+ # If true, the avatar would be rotated with the cursor.
+ rotated: false

Features

  • Added Hexo and NexT environment variables. (#240)
  • Added the support for copy result in code block. (#282)
  • Added the support for automatic equation numbering with Mathjax. (#275)
  • Added custom language support feature. (#253)
  • Allow customized copyright contents (#254) Feature already exists in #253

Improvements

  • Updated translations for core languages. (#239 , #243 , #252 , #285)
  • Updated the Telegram links in README.md. (a99777e)
  • Aligned badges in README.md. (0fec1e6)
  • Updated the badges in README.md. (#250 , d599c4e)
  • Changed the copy-button position to absolute. (#242 )
  • Removed author translated key introduced by Duoshuo. (20ece25)
  • Fixed errors in document for LeanCloud Counter Security Plugin. (#255 )
  • Removed Houndy and JSHint linter files. (e383523)
  • Updated the rss annotation using site's feed link. (d2c74b3)
  • Temporarily changed the node_js to LTS node version. (2eacca2)

Bug Fixes

  • Fixed text font of the Mist scheme on mobile. (#262)
  • Fixed logic bug in Han. (#260)
  • Fixed the incorrect URL decoding of more with scroll_to_more. (#293, 4cacb10)

For full changes, see the comparison between 6.2.0 and 6.3.0

Detailed changes for NexT v6.3.0

0%