NexT

Theme for Hexo

⭐ Features

  • Add external link icon options (#192)
# Automatically add external URL with Base64 encrypt & decrypt.
exturl: false
+# If true, an icon will be attached to each external URL
+exturl_icon: true
  • Fix exturl title (#193)
  • New gitalk proxy option (#205)
gitalk:
...
+ # When the official proxy is not available, you can change it to your own proxy address
+ proxy: https://cors-anywhere.herokuapp.com/https://github.com/login/oauth/access_token # This is official proxy address

🛠 Improvements

  • Use minified js files for jsdelivr and cdnjs (#207)

🌀 External Changes

  • Update dependency hexo to v5.4.0 (#210)
  • Update dependency eslint to v7.21.0 (#206)
  • Update dependency mocha to v8.3.0 (#204)
  • Update dependency hexo-renderer-marked to v4 (#203)
  • Update dependency chai to v4.3.0 (#194)
  • Update peaceiris/actions-label-commenter action to v1.9.1 (#202)

🌍 Localization

  • New Crowdin updates (#201)

For full changes, see the comparison between v8.2.1 and v8.2.2

Detailed changes for NexT v8.2.2

🛠 Improvements

  • Explicitly use HTTPS for Vendors (#187)
  • Use correct language codes in multi-language sites (#170)

🌀 External Changes

  • Update dependency husky to v4.3.8 (#175)
  • Update dependency js-yaml to v4 (#172)
  • Update dependency eslint to v7.19.0 (#169)

For full changes, see the comparison between v8.2.0 and v8.2.1

Detailed changes for NexT v8.2.1

💥 Breaking Changes

  • Remove Valine (6c94cfb)
  • Use Hexo integrated nunjucks renderer (589fc87)
  • Remove swiftype (f1aa098)
-# Swiftype Search API Key
-swiftype_key:
  • Remove baidu_push and disable_baidu_transformation (d65b03c)
-# Disable Baidu transformation on mobile devices.
-disable_baidu_transformation: false

-# Enable baidu push so that the blog will push the url to baidu automatically which is very helpful for SEO.
-baidu_push: false
  • Remove cnzz (1dd1c71)
-# CNZZ count
-cnzz_siteid:

🌟 New Features

  • Support Cloudflare Web Analytics (12a7328)
+# Cloudflare Web Analytics
+# See: https://www.cloudflare.com/web-analytics/
+cloudflare_analytics:

⭐ Features

  • New option mathjax.tags (ff3b957)
math:
...
mathjax:
enable: false
+ # Available values: none | ams | all
+ tags: none

🐞 Bug Fixes

  • Fix not loading disqusjs (#150)

🛠 Improvements

  • Code style update (20002f2)
  • Fix redundant values in shorthand properties (37ac8da)
  • Remove the style of span.exturl (8b3cd82)
  • Refactor getQueryParameters (e627bcb)
  • Fix illegal character in query (d3dc791)
  • Set role="button" (b99c7cb)
  • Simplify the .comments element (d6f7c51)

🌀 External Changes

  • Migrate from probot/stale to GitHub Actions (68fb198)
  • Update dependency eslint to v7.16.0 (#152)
  • Update dependency husky to v4.3.6 (#155)
  • Update dependency js-yaml to v3.14.1 (#156)
  • Update dependency @next-theme/eslint-config to v0.0.2 (#159)
  • Update actions/setup-node action to v2 (#161)
  • Update dependency hexo to v5.3.0 (#163)
  • Bump peaceiris/actions-label-commenter to 1.9.0 (#165)

📖 Documentation

  • Update docs (8f56e35)
  • Update docs (ce0569c)
  • Update docs (5e8876d)

🌍 Localization

  • New Crowdin updates (#160)

For full changes, see the comparison between v8.1.0 and v8.2.0

Detailed changes for NexT v8.2.0

💥 Breaking Changes

  • Drop Hexo 4 (817ef09)
  • Hide options of Valine (a4a1cdc)

🌟 New Features

  • New utterances comment system (7e49895)
+# Utterances
+# For more information: https://utteranc.es
+utterances:
+ enable: false
+ repo: # Github repository name
+ # Available values: pathname | url | title | og:title
+ issue_term: pathname
+ # Available values: github-light | github-dark | preferred-color-scheme | github-dark-orange | icy-dark | dark-blue | photon-dark | boxy-light
+ theme: github-light
  • New isso comment system (7a4890f)
+# Isso
+# For more information: https://posativ.org/isso/
+isso: # <data_isso>

⭐ Features

  • Feat: Adds an optional copyright in a post's front-matter which allows users to change whether to show CC License notices under a post (#139)
  • Use PDFObject (29b8636)
  • Use Clipboard.writeText (ab4fd95)

🐞 Bug Fixes

  • Fix .post-sticky-flag margin (b376919)

🛠 Improvements

  • Optimize sidebar panel animation (d19109a)
  • Optimize note tag (48a9d13)
  • Feat add hyperlink support to group-pictures (#143)
  • Use window size to determine sidebar display, and unify behaviour for margin and dimmer (#130)
  • Remove extra blank lines (2eabd8d)
  • Optimize Firebase (2dc4983)

🌀 External Changes

  • Update dependency eslint to v7.14.0 (#135)
  • Update dependency mocha to v8.2.1 (#132)
  • Update actions/labeler action to v3 (#133)

📖 Documentation

  • Update jsDelivr badge (4feb12d)
  • Update preview image (2767b08)
  • Update docs (9445ba9)

For full changes, see the comparison between v8.0.2 and v8.1.0

Detailed changes for NexT v8.1.0

0%