NexT

Theme for Hexo

🐞 Bug Fixes

  • Add color-scheme CSS property (#388)
  • Fix Pjax with sidebar disabled (f8c0f46)
  • Fix sidebar display (c698e50)

🌀 External Changes

  • Update dependency mocha to v9.1.3 (#392)
  • Update dependency eslint to v8 (#387)

For full changes, see the comparison between v8.8.0 and v8.8.1

Detailed changes for NexT v8.8.1

⭐ Features

  • Dark mode support for theme_color (#378)
    -# Android Chrome header panel color ($brand-bg / $headband-bg => $black-deep).
    -android_chrome_color: #222
    +# Browser header panel color.
    +theme_color:
    + light: #222
    + dark: #222
  • Make the nav bar of tabs with long content stick to the top (#361)
    tabs:
    + # Make the nav bar of tabs with long content stick to the top.
    + sticky: false
  • Fix darkmode mermaid theme (debbe5b)
    mermaid:
    - theme: forest
    + theme:
    + light: default
    + dark: dark
  • Add an option to disable banner (9a313b2)

🐞 Bug Fixes

  • Execute unescapeHTML before encoding exturl (d1bf101)
  • Do not restart Pace on every pushState event (0005c03)
  • Fix calendar (53e540b)

🛠 Improvements

  • Move local-search.js to hexo-generator-searchdb (#369)
  • Calculate --sidebar-wrapper-height in pure CSS (#360)

🌀 External Changes

  • Update dessant/lock-threads action to v3 (#380)
  • Update dependency mocha to v9.1.2 (#379)

📖 Documentation

  • Typo fix (#381)

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

Detailed changes for NexT v8.8.0

🌟 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

0%