NexT

Theme for Hexo

What's Changed

⭐ Features

  • Animate nav item and panel activation by @PaperStrike in https://github.com/next-theme/hexo-theme-next/pull/323

🐞 Bug Fixes

  • Use absolute path githooks by @dimaslanjaka in https://github.com/next-theme/hexo-theme-next/pull/616

🛠 Improvements

  • Remove hidden .site-nav from accessibility tree by @PaperStrike in https://github.com/next-theme/hexo-theme-next/pull/615

🌀 External Changes

  • Update dependency stylelint-stylus to v0.18.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/612
  • Update dependency eslint to v8.35.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/613
  • Update dependency c8 to v7.13.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/614

New Contributors

  • @dimaslanjaka made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/616

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.14.2...v8.15.0

Detailed changes for NexT v8.15.0

What's Changed

🐞 Bug Fixes

  • Fix disqus comment count display with PJAX enabled (29de93d)
  • Fix umami & plausible enable option (9b84153)

🌀 External Changes

  • Update dependency stylelint-stylus to v0.17.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/608
  • Update dependency eslint to v8.33.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/609

📖 Documentation

  • Update docs of excerpt_description (7e908ba)

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.14.1...v8.14.2

Detailed changes for NexT v8.14.2

What's Changed

⭐ Features

  • Add transition animation for the height of tab-content when tab switches by @zhmou in https://github.com/next-theme/hexo-theme-next/pull/596
  • Add rel="me" to social links by @mudkipme in https://github.com/next-theme/hexo-theme-next/pull/605
  • Reorder the animations of post lists (0ed4632)

🐞 Bug Fixes

  • Fix multi-comments & Gemini style (e9cb704)
  • Fix class name of disqusjs (0834d1c)

🌀 External Changes

  • Update dependency eslint to v8.31.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/599
  • Update dependency stylelint to v14.16.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/600
  • Update dessant/lock-threads action to v4 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/601
  • Update dependency mocha to v10.2.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/603

New Contributors

  • @zhmou made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/596
  • @mudkipme made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/605

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.14.0...v8.14.1

Detailed changes for NexT v8.14.1

What's Changed

🌟 New Features

  • Add Umami and Plausible Analytics by @leirock in https://github.com/next-theme/hexo-theme-next/pull/569
    +# Umami Analytics
    +# See: https://umami.is/
    +umami:
    + enable: false
    + script_url: # https://umami.example.com/script.js
    + website_id: # <your website id>

    +# Plausible Analytics
    +# See: https://plausible.io/
    +plausible:
    + enable: false
    + script_url: # https://plausible.io/js/script.js
    + site_domain: # www.example.com

⭐ Features

  • Putting blogroll and related-posts in separate sidebar-inner elements by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/593
  • Move custom text settings to language file (de453da)
    Options for string translation are removed from _config.yml, to support multilingual websites. To customize the translations, you need to create a languages.yml file in source/_data directory, then add codes like this:
    zh-CN:
    sidebar:
    links: 链接
    widget:
    github: GitHub 上关注我
    chat: 聊天
    reward:
    comment: 支持一根棒棒糖!

    en:
    sidebar:
    links: Friends
  • Remove widgetpack rating (179176e)
    -# Star rating support to each article.
    -# To get your ID visit https://widgetpack.com
    -rating:
    - enable: false
    - id: # <app_id>
    - color: "#fc6423"
  • Add cc icon in post-copyright (f9dd986)
  • Add motion.transition.menu_item (705201b)
    motion:
    transition:
    + menu_item: fadeInDown

🐞 Bug Fixes

  • Fix URL of related posts (243d81e)
  • Fix span.social-link color (c09c78c)
  • Fix body.sidebar-active content width (0e79d30)

🛠 Improvements

  • Create issue forms by @njzjz in https://github.com/next-theme/hexo-theme-next/pull/595
  • Improve accessibility by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/597
  • Refactor sidebar-toggle, sidebar-dimmer & back-to-top (c7b92c3)
  • Optimize semantic elements' name (b78fb3a)
  • Refactor header & sidebar style (25eb0bc)
  • Adjust back2top style (29cb5eb)
  • Update addthis share (4b41762)

🌀 External Changes

  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in https://github.com/next-theme/hexo-theme-next/pull/590
  • Update dependency eslint to v8.28.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/585
  • Update dependency chai to v4.3.7 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/588
  • Migrate to stylelint (3763e0d)

📖 Documentation

  • Add license scan report and status by @fossabot in https://github.com/next-theme/hexo-theme-next/pull/594
  • Update darkmode README (d686890)

🌍 Localization

  • New Crowdin updates by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/586

New Contributors

  • @lgtm-com made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/590
  • @fossabot made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/594

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.13.2...v8.14.0

Detailed changes for NexT v8.14.0

0%