MyGit

v1.9.0

fluid-dev/hexo-theme-fluid

版本发布时间: 2022-05-18 11:40:34

fluid-dev/hexo-theme-fluid最新发布版本:v1.9.7(2023-12-16 17:35:01)

:warning:公告

自 v1.9.0 版本开始,Fluid 主题项目的开源许可更换为 GPL-3.0 协议

:wrench: 配置变更

post:
  copyright:
    enable: true
-   content: '...'
+   license: 'BY' 
code:
  highlight:
    highlightjs:
-     bg_color: false

:sparkles: 新功能

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:
+ image_caption:
+   enable: true
code:
+ language:
+   enable: true
+   default: "TEXT"
fun_features:
  typing:
+   scope: []  # Options: home | post | tag | category | about | links | page | 404
page404:
+ redirect_delay: 5000
color:
+ # 按钮类组件的背景色
+ button_bg_color: "transparent"
+ button_bg_color_dark: "transparent"
+ # 按钮类组件的悬浮背景色
+ button_hover_bg_color: "#f2f3f5"
+ button_hover_bg_color_dark: "#46647e"

:art: 优化

:bug: 修复


:warning: Notice

Since v1.9.0, the open source license for Fluid has been changed to GPL-3.0.

:wrench: Configuration

post:
  copyright:
    enable: true
-   content: '...'
+   license: 'BY' 
code:
  highlight:
    highlightjs:
-     bg_color: false

:sparkles: Feature

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:
+ image_caption:
+   enable: true
code:
+ language:
+   enable: true
+   default: "TEXT"
fun_features:
  typing:
+   scope: []  # Options: home | post | tag | category | about | links | page | 404
page404:
+ redirect_delay: 5000
color:
+ button_bg_color: "transparent"
+ button_bg_color_dark: "transparent"
+ button_hover_bg_color: "#f2f3f5"
+ button_hover_bg_color_dark: "#46647e"

:art: Enhancement

:bug: Fix

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-05-18发行的版本