Next Theme Hexo Theme Next Versions Save

πŸŽ‰ Elegant and powerful theme for Hexo.

v8.15.1

1 year ago

What's Changed

⭐ Features

🐞 Bug Fixes

  • Fix .footer-fixed toggle and position (1501440d8d06070790328fbf7a22f70ae037ff2f)

πŸŒ€ External Changes

🌍 Localization

New Contributors

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

v8.15.0

1 year ago

What's Changed

⭐ Features

🐞 Bug Fixes

πŸ›  Improvements

πŸŒ€ External Changes

New Contributors

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

v8.14.2

1 year ago

What's Changed

🐞 Bug Fixes

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

πŸŒ€ External Changes

πŸ“– Documentation

  • Update docs of excerpt_description (7e908ba95a39142f36b5c489342809952e8eda36)

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

v8.14.1

1 year ago

What's Changed

⭐ Features

🐞 Bug Fixes

  • Fix multi-comments & Gemini style (e9cb704283a7b2c88cd6344487f5d785cd2beb45)
  • Fix class name of disqusjs (0834d1ce01c1ae26e1f94591699e7057d908f183)

πŸŒ€ External Changes

New Contributors

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

v8.14.0

1 year ago

What's Changed

🌟 New Features

+# 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 (de453da84073855b849f4fda798efd7e84b40a16) 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 (179176e3eddf95c1b87f5e8b902d6a94a40895e4)
-# 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 (f9dd9869de5a82424452ab77796f240e3f594b97)
  • Add motion.transition.menu_item (705201bde3fff01bc95ea07514c2b1dfb3f0c74e)
motion:
  transition:
+    menu_item: fadeInDown

🐞 Bug Fixes

  • Fix URL of related posts (243d81ed8ead93eac404b7df81bd0cbb0d68d2bb)
  • Fix span.social-link color (c09c78c36cac623a88ecf065b1b880438f4139ee)
  • Fix body.sidebar-active content width (0e79d308edfd935085977ed6db51fa4c11ea52ff)

πŸ›  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 (c7b92c3af8e8c40545464c2de0f272f7ff7ac40a)
  • Optimize semantic elements' name (b78fb3ac907d283655a3efef3c1e4b503d66a138)
  • Refactor header & sidebar style (25eb0bce33cdc13e598a6498729ad06aa3966ede)
  • Adjust back2top style (29cb5ebf39d59d1c397136c1ec772d6995ba6e89)
  • Update addthis share (4b417629d13845e1a943205c921d44a2d6d67626)

πŸŒ€ External Changes

πŸ“– Documentation

🌍 Localization

New Contributors

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

v8.13.2

1 year ago

What's Changed

⭐ Features

πŸ›  Improvements

πŸŒ€ External Changes

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

v8.13.1

1 year ago

What's Changed

⭐ Features

changyan:
+  # Show comments count
+  count: true

πŸŒ€ External Changes

New Contributors

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.13.0...v8.13.1

v8.13.0

1 year ago

What's Changed

🌟 New Features

+# Matomo Analytics
+# See: https://matomo.org/
+matomo:
+  enable: false
+  server_url: # https://www.example.com/
+  site_id: # <your site id>

⭐ Features

🐞 Bug Fixes

πŸŒ€ External Changes

New Contributors

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.12.3...v8.13.0

v8.12.3

1 year ago

πŸŒ€ External Changes

  • Update dependency eslint to v8.20.0 (#545)

For full changes, see the comparison between v8.12.2 and v8.12.3

v8.12.2

1 year ago

πŸŒ€ External Changes

  • Update actions/setup-python action to v4 (#531)
  • Update dependency eslint to v8.19.0 (#530)

For full changes, see the comparison between v8.12.1 and v8.12.2