Skip to content

v8.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 04:18
· 265 commits to master since this release

⭐ Features

  • Support customize open_graph information (#448)
+# Open graph settings
+# See: https://hexo.io/docs/helpers#open-graph
+open_graph:
+  enable: true
+  # Add pairs each line to customize
+  options:
+    #twitter_card: <twitter:card>
+    #twitter_id: <twitter:creator>
+    #twitter_site: <twitter:site>
+    #twitter_image: <twitter:image>
+    #google_plus: <g+:profile_link>
+    #fb_admins: <fb:admin_id>
+    #fb_app_id: <fb:app_id>
  • Replace hexo-related-popular-posts with hexo-related-posts (#447)
# Related popular posts
-# Dependencies: https://github.com/tea3/hexo-related-popular-posts
+# Dependencies: https://github.com/sergeyzwezdin/hexo-related-posts
related_posts:
  ...
-  params:
-     maxCount: 5
-     #PPMixingRate: 0.0
-     #isDate: false
-     #isImage: false
-     #isExcerpt: false
  • Feat: Add Microsoft clarity as an analytics provider (#451)
+# Microsoft Clarity Analytics
+# See: https://clarity.microsoft.com/
+clarity_analytics: # <project_id>

🐞 Bug Fixes

  • Fix gitter button position (f70b4bf)
  • Add back theme.js (#439)
  • Change default darkmode codeblock theme (6fd36d9)

πŸ›  Improvements

  • Enable meta_generator (#449)
  • Add back theme.js (#439)
  • Add tidio integration in minify.js (#435)
  • Update docs of utterances (1b8f1e2)
  • Refactor CSS parser (2094a76)

πŸŒ€ External Changes

  • Update dependency hexo-renderer-marked to v5 (#453)
  • Update dependency chai to v4.3.6 (#452)
  • Update dependency mocha to v9.2.0 (#440)
  • Update dependency eslint to v8.8.0 (#429)

🌍 Localization

  • New Crowdin updates (#436)

For full changes, see the comparison between v8.9.0 and v8.10.0