Skip to content

Bump hexo-theme-reimu from 1.8.0 to 1.11.0#33

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps hexo-theme-reimu from 1.8.0 to 1.11.0.

Release notes

Sourced from hexo-theme-reimu's releases.

v1.11.0

修复

  • 修复移动端下超长文本无法换行的问题

特性

  • 新增 Disqus 评论系统支持
    disqus:
      enable: true
      shortname: "your shortname"
      count: true # 是否启用评论数量统计
  • 新增 Tabs 标签插件,从 next, volantis, stellar 主题借鉴而来,支持在文章中创建标签页切换效果。
    {% tabs [activeTab] ["center"] %}
    <!-- tabName -->
    Tab content
    <!-- tabName -->
    Tab content
    {% endtabs %}
    • activeTab:可选参数,指定默认激活的标签页下标,从 1 开始计数,默认为 1
    • "center":可选参数,指定标签页标题居中显示,默认左对齐
    • tabName:每个标签页的标题,必须用 <!-- tabName --> 包裹,支持使用 @ + 图标十六进制代码 展示图标,例:
      • 标题 <!-- 标题 -->
      • 图标 <!-- @​e60c -->
      • 图标+标题 <!-- 标题@​e60c -->
  • 新增 Gallery 标签插件,将多张图片以照片墙的形式展示出来,支持自动排列和响应式布局。
    {% gallery %}
    ![alt text](https://github.com/D-Sketon/hexo-theme-reimu/blob/HEAD/image_url1)
    ![alt text](https://github.com/D-Sketon/hexo-theme-reimu/blob/HEAD/image_url2)
    ...
    {% endgallery %}
  • 新增 Link 标签插件,用于替代externalLinkCard和postLinkCard,支持内链和外链。
    {% link slug|title [title] [cover]|"auto" [escape] %}
    • slug/title:第一个参数为文章的 slug 或外链的 title
    • title:第二个参数(可选)为卡片展示的标题
    • cover:第三个参数(可选)为卡片展示的封面,如果设置为 auto 则自动使用博客的 banner 或缺省封面
    • escape:第四个参数(可选)表示文章标题是否被转义
  • 优化代码块的样式,现在使用了 Github Theme 的配色方案
  • 优化表格的样式,提升响应式和滚动体验
  • algolia 搜索兼容 DocSearch 格式

... (truncated)

Commits
  • 6dc9d3a chore: bump version
  • 2b6e73e chore: pre release
  • 9a15017 feat: add word-wrap property for better text handling in article meta tags
  • 93b7f9f feat: enhance search item rendering with fallback for titles and highlights
  • 8686e3d feat: add table wrapper for better responsiveness and scrolling
  • a806680 fix: rename function for clarity and improve external link validation
  • 149d28d feat: add link tag for improved internal and external linking, update postLin...
  • c2bf289 chore: update README
  • 92d0ef2 fix: enhance Disqus integration with theme support and color parsing fix
  • 20e1e86 feat: update gallery functionality and styles for improved image loading and ...
  • 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.0.
- [Release notes](https://github.com/D-Sketon/hexo-theme-reimu/releases)
- [Commits](D-Sketon/hexo-theme-reimu@v1.8.0...v1.11.0)

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

dependabot bot commented on behalf of github Dec 2, 2025

Superseded by #34.

@dependabot dependabot bot closed this Dec 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hexo-theme-reimu-1.11.0 branch December 2, 2025 11:12
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