Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
cellargalaxy committed Nov 19, 2023
1 parent 67b89aa commit 880ad6e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions themes/fluid/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Thumbs.db
node_modules/
package-lock.json
*.lock
db.json
3 changes: 1 addition & 2 deletions themes/fluid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@

<p align="center">
<span>预览:</span>
<a href="https://hexo.fluid-dev.com/">Fluid's blog</a> |
<a href="https://zkqiang.cn">zkqiang's blog</a>
<a href="https://cellargalaxy.github.io/hexo-theme-fluid/">Fluid's demo</a>
</p>

## 快速开始
Expand Down
18 changes: 9 additions & 9 deletions themes/fluid/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ index:
# 头图黑色蒙版的不透明度,available: 0 - 1.0, 1 是完全不透明
# Opacity of the banner mask, 1.0 is completely opaque
# Available: 0 - 1.0
banner_mask_alpha: 0.3
banner_mask_alpha: 0

# 首页副标题的独立设置
# Independent config of home page subtitle
Expand Down Expand Up @@ -530,7 +530,7 @@ index:
post:
banner_img: /img/default.png
banner_img_height: 70
banner_mask_alpha: 0.3
banner_mask_alpha: 0

# 文章在首页的默认封面图,当没有指定 index_img 时会使用该图片,若两者都为空则不显示任何图片
# Path of the default post cover when `index_img` is not set. If both are empty, no image will be displayed
Expand Down Expand Up @@ -893,7 +893,7 @@ discuss:
archive:
banner_img: /img/default.png
banner_img_height: 60
banner_mask_alpha: 0.3
banner_mask_alpha: 0


#---------------------------
Expand All @@ -904,7 +904,7 @@ category:
enable: true
banner_img: /img/default.png
banner_img_height: 60
banner_mask_alpha: 0.3
banner_mask_alpha: 0

# 分类的排序字段,前面带减号是倒序,不带减号是正序
# Sort field for categories, with a minus sign is reverse order
Expand Down Expand Up @@ -933,7 +933,7 @@ tag:
enable: true
banner_img: /img/default.png
banner_img_height: 80
banner_mask_alpha: 0.3
banner_mask_alpha: 0
tagcloud:
min_font: 15
max_font: 30
Expand All @@ -950,7 +950,7 @@ about:
enable: true
banner_img: /img/default.png
banner_img_height: 60
banner_mask_alpha: 0.3
banner_mask_alpha: 0
avatar: /img/avatar.png
name: "Fluid"
intro: "An elegant theme for Hexo"
Expand All @@ -972,7 +972,7 @@ about:
page:
banner_img: /img/default.png
banner_img_height: 60
banner_mask_alpha: 0.3
banner_mask_alpha: 0


#---------------------------
Expand All @@ -983,7 +983,7 @@ page404:
enable: true
banner_img: /img/default.png
banner_img_height: 85
banner_mask_alpha: 0.3
banner_mask_alpha: 0
# 重定向到首页的延迟(毫秒)
# Delay in redirecting to home page (milliseconds)
redirect_delay: 5000
Expand All @@ -997,7 +997,7 @@ links:
enable: true
banner_img: /img/default.png
banner_img_height: 60
banner_mask_alpha: 0.3
banner_mask_alpha: 0
# 友链的成员项
# Member item of page
items:
Expand Down

0 comments on commit 880ad6e

Please sign in to comment.