NexT

Theme for Hexo

🌟 New Features

  • Add pace-js (#352)
    -# Progress bar in the top during page loading.
    -# For more information: https://github.com/rstacruz/nprogress
    -nprogress:
    - enable: false
    - spinner: true

    +# For more information: https://github.com/CodeByZach/pace
    +pace:
    + enable: false
    + # All available colors:
    + # black | blue | green | orange | pink | purple | red | silver | white | yellow
    + color: blue
    + # All available themes:
    + # big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple
    + # corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal
    + theme: minimal

🐞 Bug Fixes

  • Fix image caption generated by pandoc with fancybox enabled (c377515)
  • Use MathJax.typesetPromise (7b8cf30)

🛠 Improvements

  • Optimize the style of beian image (#350)
  • Separate fancybox scripts (2eaf869)

🌀 External Changes

  • Update dependency hexo-renderer-marked to v4.1.0 (#343)
  • Update dependency mocha to v9.1.1 (#344)

📖 Documentation

  • Hide options for customizing the CDN URLs from _config.yml (#351)

🌍 Localization

  • New Crowdin updates (#342)

For full changes, see the comparison between v8.7.0 and v8.7.1

Detailed changes for NexT v8.7.1

🐞 Bug Fixes

  • Correct scroll offset (#322)
  • Add anchor id to fragment part (#328)

🌀 External Changes

  • Update dependency mocha to v9.0.3 (#314)
  • Update dependency eslint to v7.32.0 (#313)
  • Update actions/stale action to v4 (#329)
  • Install curlylint (#320)

🌍 Localization

  • New Crowdin updates (#332)

For full changes, see the comparison between v8.6.1 and v8.7.0

Detailed changes for NexT v8.7.0

🐞 Bug Fixes

  • Fix scroll in sidebar (#308)

For full changes, see the comparison between v8.6.0 and v8.6.1

Detailed changes for NexT v8.6.1

⭐ Features

  • Support Gitter Sidecar (#289)
    +# Gitter Support
    +# For more information: https://gitter.im
    +gitter:
    + enable: false
    + room:

🐞 Bug Fixes

  • Fix scrolling for site overview (#243)

🛠 Improvements

  • Separate inline listeners (#303)
  • Correct meta viewport (#302)
  • Escape only < in front-end json (#294)
  • Add gitter integration in minify.js (#300)
  • Add missing alt attribute to img elements (#285)

🌀 External Changes

  • Update dependency @next-theme/eslint-config to v0.0.3 (#301)
  • Update dependency mocha to v9 (#290)
  • Update dependency eslint to v7.29.0 (#288)

For full changes, see the comparison between v8.5.0 and v8.6.0

Detailed changes for NexT v8.6.0

0%