Skip to content

Bump hexo-theme-reimu from 1.8.0 to 1.11.1#34

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps hexo-theme-reimu from 1.8.0 to 1.11.1.

Release notes

Sourced from hexo-theme-reimu's releases.

v1.11.1

修复

  • 修复了 v1.10.1 版本中多余的 url_for 函数无法正确生成相对 URL,导致子路径无法正确加载资源的问题
  • 优化 details 的样式

特性

  • 随机头图现在使用伪随机算法,确保每次生成页面时都能展示不同的头图
  • 新增 Grid 标签插件,支持将内容以网格的形式展示出来,支持响应式布局。
    {% grid [width] [col] %}
    <!-- cell -->
    内容1
    <!-- cell -->
    内容2
    <!-- cell -->
    内容3
    {% endgrid %}
    • width:可选参数,设置最小列宽,如 300 表示最小列宽为 300px,默认值为 240
    • col:可选参数,设置固定列数,如 col:3 表示固定 3 列布局,默认值为自适应列数
    • 使用 <!-- cell --> 分隔每个网格单元,每个单元的内容会被独立渲染
  • 新增 alertBlockquote 标签插件,作为自定义容器的 fallback 版本,其用法和自定义容器一致
    {% alertBlockquote [type] [title] %}
    引用内容
    {% endalertBlockquote %}
  • 新增 Details 标签插件,作为自定义容器的 fallback 版本,其用法和自定义容器一致
    {% details [summary] %}
    折叠内容
    {% enddetails %}

Fixes

  • Fixed an issue where extra url_for functions were not correctly generating relative URLs, causing subpaths to not load resources correctly.
  • Improved the styling of the details tag plugin.

Features

  • The random header image now uses a pseudo-random algorithm to ensure that different header images are displayed each time the page is generated.
  • Added the Grid tag plugin, which supports displaying content in a grid layout, supporting responsive design.
    {% grid [width] [col] %}

... (truncated)

Commits
  • 58e1b7a chore: bump version
  • c1b7866 demo: update friend information format and add avatar image reference
  • c606775 feat: wrap details content in a div for improved styling and compatibility
  • c603f46 docs: add closing code block for custom container example in README
  • fe87feb fix: remove extra url_for call
  • 185fac3 feat: add alertBlockquote and details custom tags for enhanced content presen...
  • 8f645de fix: adjust margin handling for single child elements in grid cells
  • 503849b feat: add grid layout support with responsive design and customizable columns
  • 252bf59 feat: implement random cover selection with Fisher-Yates shuffle for improved...
  • 6dc9d3a chore: bump version
  • 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.11.1.
- [Release notes](https://github.com/D-Sketon/hexo-theme-reimu/releases)
- [Commits](D-Sketon/hexo-theme-reimu@v1.8.0...v1.11.1)

---
updated-dependencies:
- dependency-name: hexo-theme-reimu
  dependency-version: 1.11.1
  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 Dec 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2026

Superseded by #35.

@dependabot dependabot bot closed this Jan 2, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hexo-theme-reimu-1.11.1 branch January 2, 2026 11:11
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