Jesse-0x / Jesse-0x.github.io

Jesse's Blog - A personal blog using hexo and Education Github Student pack
4 stars 0 forks source link

Bump hexo-theme-next from 8.12.2 to 8.14.0 #24

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hexo-theme-next from 8.12.2 to 8.14.0.

Release notes

Sourced from hexo-theme-next's releases.

v8.14.0

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:

⭐ Features

  • Putting blogroll and related-posts in separate sidebar-inner elements by @​stevenjoezhang in next-theme/hexo-theme-next#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)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #26.