Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 19, 2022

Bumps hexo-theme-fluid from 1.8.14 to 1.9.0.

Release notes

Sourced from hexo-theme-fluid's releases.

1.9.0

🔧 配置变更

  • 由于文章页版权信息栏被更新,原配置项被移除
post:
  copyright:
    enable: true
-   content: '...'
  • highlightjs 高亮支持智能判断背景色,移除了手动指定的配置项:
code:
  highlight:
    highlightjs:
-     bg_color: false
  • 由于重写了多语言配置,很多带有文字的配置项被移到 languages/*.yml,但它们在 _config.yml 依然生效,不过不建议再使用它们,请在你的覆盖配置中弃用它们并使用语言配置

✨ 新功能

  • 代码高亮支持暗色样式:
code:
  highlight:
    highlightjs:
      style: "github gist"
+     style_dark: "dark"
    prismjs:
      style: "default"
+     style_dark: "tomorrow night"
  • 文章目录支持配置位于左侧或右侧
post:
  toc:
+   placement: right
  • 文章分类侧板栏,可以在文章页关联展示当前分类下的文章
post:
+ category_bar:
+   enable: true
  • 文章图片标题支持开关
post:
</tr></table> 

... (truncated)

Commits
  • fffe6fd 🏷️ 发布 1.9.0 版本
  • 2cf5a64 ⚡ 分类栏支持子分类 #707
  • ce12723 ⚡ busuanzi 统计时添加 no-referrer-when-downgrade
  • 0383fe7 ⬆️ 升级 Waline 至 v2
  • 23644ef ✨ 遵循"请勿追踪"功能 #710
  • bbb27d8 🐛 修复 banner_mask_alpha 取值 #711
  • a705300 🐛 修复 LeanCloud 国际版不支持 ServerUrl
  • 61eec44 🐛 修复配置项默认值
  • 53bb373 📝 修改配置备注
  • 28e264a 🎨 优化日志打印
  • 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 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-fluid](https://github.com/fluid-dev/hexo-theme-fluid) from 1.8.14 to 1.9.0.
- [Release notes](https://github.com/fluid-dev/hexo-theme-fluid/releases)
- [Commits](fluid-dev/hexo-theme-fluid@v1.8.14...v1.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 19, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 2, 2022

Superseded by #5.

@dependabot dependabot bot closed this Jun 2, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hexo-theme-fluid-1.9.0 branch June 2, 2022 03:32
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant