NexT

Theme for Hexo

What's Changed

💥 Breaking Changes

  • Upgrade to fancybox 5 by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/677

🌟 New Features

  • Support folding code blocks by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/679
codeblock:
+ # Fold code block
+ fold:
+ enable: false
+ height: 500

⭐ Features

  • Remove gitter support (223ea19)
-# Gitter is a chat and networking platform.
-# For more information: https://gitter.im
-gitter:
- enable: false
- room:
  • Remove link posts feature (a24450d)

🐞 Bug Fixes

  • Fix next_url: add new option to decodeURI (b85201b)

🛠 Improvements

  • Update fa CSS selector (0624149)
  • Create code-container element (c596155)

🌀 External Changes

  • Update dependency stylelint to v15 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/611
  • Update dependency hexo-renderer-marked to v6.1.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/675
  • Update dependency eslint to v8.46.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/676
  • Update dependency c8 to v8.0.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/680
  • Refactor Pull Request Reminder (8fd8f92)

📖 Documentation

  • Update gitter url (d3b76a8)
  • Add npm downloads badge (dc8e5e1)

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.17.1...v8.18.0

Detailed changes for NexT v8.18.0

What's Changed

⭐ Features

  • Remove AddThis share (b9ba532)
-# AddThis Share. See: https://www.addthis.com
-# Go to https://www.addthis.com/dashboard to customize your tools.
-add_this_id:
  • Allow disabling the copyright statement (72302c2)
footer:
copyright: false

🐞 Bug Fixes

  • Display warning message only once (824885e)

🛠 Improvements

  • Update stylelint rule (2e1de3e)
  • Use mermaid.run (eedd189)

🌀 External Changes

  • Update dependency hexo-renderer-marked to v6.1.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/665
  • Update dependency c8 to v8 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/668
  • Update dependency eslint to v8.44.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/669

🌍 Localization

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

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.17.0...v8.17.1

Detailed changes for NexT v8.17.1

What's Changed

🌟 New Features

  • Add wavedrom support by @r12f in https://github.com/next-theme/hexo-theme-next/pull/655
+# WaveDrom tag
+wavedrom:
+ enable: false

🌀 External Changes

  • Switch to @adobe/css-tools (2d64661)
  • Update dependency eslint to v8.42.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/656
  • Update dependency c8 to v7.14.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/659

New Contributors

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

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.16.0...v8.17.0

Detailed changes for NexT v8.17.0

What's Changed

🌟 New Features

  • Support AddToAny share by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/633
+# AddToAny Share. See: https://www.addtoany.com
+addtoany:
+ enable: false
+ buttons:
+ - facebook
+ - twitter

⭐ Features

  • Update umami to use cdn by @LeenHawk in https://github.com/next-theme/hexo-theme-next/pull/638
# Umami Analytics
# See: https://umami.is/
umami:
enable: false
script_url: # https://umami.example.com/script.js
website_id: # <your website id>
+ host_url: # <your umami site url>
  • Add new inject point - postBodyStart by @ImSingee in https://github.com/next-theme/hexo-theme-next/pull/646
# Define custom file paths.
# Create your custom files in site directory `source/_data` and uncomment needed files below.
custom_file_path:
#head: source/_data/head.njk
#header: source/_data/header.njk
#sidebar: source/_data/sidebar.njk
#postMeta: source/_data/post-meta.njk
+ #postBodyStart: source/_data/post-body-start.njk
...

🐞 Bug Fixes

  • Fix header class name conflict with pandoc (ed4bb2b)
  • Fix figcaption position when mobile_layout_economy enabled (c8b8456)

🌀 External Changes

  • Update dependency eslint to v8.40.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/636

New Contributors

  • @LeenHawk made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/638
  • @ImSingee made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/646

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

Detailed changes for NexT v8.16.0

0%