NexT

Theme for Hexo

Welcome to the NexT documentation site! NexT is a high quality elegant theme for Hexo. It is crafted from scratch, with love.

User Guide

It's easy to set up NexT theme. Just follow documentation and create your personal website!

Community

Connect with us and be part of our growing community!

  • Telegram Group (Chinese Language): Click here to join!
  • Discord Server: Join our Discord!
  • Gitter: Join our Gitter chats!

Feedback

  • Visit the Awesome NexT list to share plugins and tutorials with other users.
  • Join our GitHub discussions.
  • Add or improve translation in few seconds.
  • Report a bug in GitHub Issues.
  • Request a new feature on GitHub.
  • Vote for popular feature requests.

What's Changed

⭐ Features

  • Add body option to gitalk configuration to support custom issue content by @tootscharlie in https://github.com/next-theme/hexo-theme-next/pull/877
  • Enable darkmode by default (4d66cf4)

🌀 External Changes

  • Update dependency eslint to v9.39.2 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/931
  • Update dependency mocha to v11.7.5 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/932
  • Update dependency chai to v6.2.2 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/934
  • Update dependency js-yaml to v4.1.1 [SECURITY] by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/939
  • Update actions/checkout action to v6 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/940
  • Update dependency stylelint to v16.26.1 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/941
  • Update dessant/lock-threads action to v6 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/944

New Contributors

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

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.26.0...v8.27.0

Detailed changes for NexT v8.27.0

What's Changed

🌟 New Features

  • Add supports of light-dark function by @wherewhere in https://github.com/next-theme/hexo-theme-next/pull/899
+# Light-Dark Mode
+lightdark:
+ enable: false
+ # Add @supports (color: light-dark(red, red)) check
+ check_supports: true
+

🌀 External Changes

  • Update actions/setup-python action to v6 - autoclosed by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/917
  • Update actions/labeler action to v6 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/919
  • Update dependency eslint to v9.39.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/920
  • Update dependency stylelint to v16.25.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/921
  • Update dependency hexo to v8 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/922
  • Update dependency chai to v6.2.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/923
  • Update dependency mocha to v11.7.4 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/925
  • Update github/codeql-action action to v4 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/926
  • Update actions/setup-node action to v6 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/928

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.25.0...v8.26.0

Detailed changes for NexT v8.26.0

What's Changed

⭐ Features

  • Deprecate Growingio (1415cdc)
  • Deprecate leancloud_visitors (ae7bcea)
  • Deprecate changyan (9519ed1)

🐞 Bug Fixes

  • Fix changyan undefined (b27b8eb)
  • Fix utterances class name conflict (05fb977)
  • Fix figure margin (2695b07)
  • Fix font family by @jasonren0403 in https://github.com/next-theme/hexo-theme-next/pull/910

🌀 External Changes

  • Update dependency chai to v6 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/911
  • Update dependency eslint to v9.34.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/912
  • Update dependency mocha to v11.7.2 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/914

New Contributors

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

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.24.1...v8.25.0

Detailed changes for NexT v8.25.0

0%