Skip to content

Bump hexo-theme-reimu from 1.8.0 to 1.10.4#32

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hexo-theme-reimu-1.10.4
Closed

Bump hexo-theme-reimu from 1.8.0 to 1.10.4#32
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hexo-theme-reimu-1.10.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps hexo-theme-reimu from 1.8.0 to 1.10.4.

Release notes

Sourced from hexo-theme-reimu's releases.

v1.10.4

修复

  • 修复 markdown 小标题中的超链接错误显示的问题

特性

  • 新增 keywords meta 标签,用于提升 SEO 优化,可在 front-matter 中通过 keywords 字段自定义,支持字符串和数组两种形式:
    ---
    keywords: keyword1, keyword2, keyword3 # 文章关键词,逗号分隔字符串形式
    keywords:
      - keyword1
      - keyword2
      - keyword3 # 文章关键词,数组形式
    ---
  • 新增 layout.max_width 配置用于控制博客内容的最大宽度,默认值为 1350px
    layout:
      max_width: 1350px # 博客内容最大宽度

Fixes

  • Fixed incorrect display of hyperlinks in Markdown subheadings.

Features

  • Added keywords meta tag to improve SEO optimization. Customize via the keywords field in front-matter, supporting both string and array formats:
    ---
    keywords: keyword1, keyword2, keyword3 # Article keywords as a comma-separated string
    keywords:
      - keyword1
      - keyword2
      - keyword3 # Article keywords as an array
    ---
  • Added layout.max_width configuration to control the maximum width of blog content. The default value is 1350px:
    layout:
      max_width: 1350px # Maximum width of blog content

Full Changelog: D-Sketon/hexo-theme-reimu@v1.10.3...v1.10.4

v1.10.3

... (truncated)

Commits
  • 2fa3176 chore: bump version
  • 7ca4ed6 feat: add layout.max_width config
  • d74b247 chore: update readme
  • 7c9e761 fix: update article meta tag selectors for consistency in styling
  • 5853aa5 fix: add meta keywords tag for better SEO support
  • d945c66 chore: update readme
  • e4ce3bc chore: bump version
  • 04e5e42 fix: update share weixin display logic for better transition handling
  • 477b42b fix: add missing flex for sponsor-qr
  • 9ac6aac fix: update firework and player scripts to use consistent mobile disable prop...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [hexo-theme-reimu](https://github.com/D-Sketon/hexo-theme-reimu) from 1.8.0 to 1.10.4.
- [Release notes](https://github.com/D-Sketon/hexo-theme-reimu/releases)
- [Commits](D-Sketon/hexo-theme-reimu@v1.8.0...v1.10.4)

---
updated-dependencies:
- dependency-name: hexo-theme-reimu
  dependency-version: 1.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2025

Superseded by #33.

@dependabot dependabot bot closed this Nov 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hexo-theme-reimu-1.10.4 branch November 24, 2025 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants