Skip to content

Commit

Permalink
fix: typo & redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
William Tan authored and zkqiang committed Apr 1, 2024
1 parent 58b235c commit 54da4ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ favicon: /img/fluid.png
# Icon for Apple touch
apple_touch_icon: /img/fluid.png

# 浏览器标签页中的标题分隔符,效果: 文章名 - 站点名
# 浏览器标签页中的标题分隔符,效果:文章名 - 站点名
# Title separator in browser tab, eg: article - site
tab_title_separator: " - "

Expand Down Expand Up @@ -130,7 +130,7 @@ fun_features:
dark_mode:
enable: true
# 默认的选项(当用户手动切换后则不再按照默认模式),选择 `auto` 会优先遵循 prefers-color-scheme,其次按用户本地时间 18 点到次日 6 点之间进入暗色模式
# Default option (when the visitor switches manually, the default mode is no longer followed), choosing `auto` will give priority to prefers-color-scheme, and then enter the dark mode from 18:00 to 6:00 in the visitors local time
# Default option (when the visitor switches manually, the default mode is no longer followed), choosing `auto` will give priority to prefers-color-scheme, and then enter the dark mode from 18:00 to 6:00 in the visitor's local time
# Options: auto | light | dark
default: auto

Expand Down Expand Up @@ -241,7 +241,7 @@ custom_css:

# 网页访问统计
# Analysis of website visitors
web_analytics: # 网页访问统计
web_analytics:
enable: false

# 遵循访客浏览器"请勿追踪"的设置,如果开启则不统计其访问
Expand Down Expand Up @@ -299,7 +299,7 @@ web_analytics: # 网页访问统计
# 51.la 站点统计 ID
# 51.la analytics
# See: https://www.51.la/user/site/index
woyaola: # 51.la 站点统计 ID,参见
woyaola:

# 友盟/cnzz 站点统计 web_id
# cnzz analytics
Expand Down Expand Up @@ -500,7 +500,7 @@ index:
# Available: 0 - 100
banner_img_height: 100

# 头图黑色蒙版的不透明度,available: 0 - 1.0, 1 是完全不透明
# 头图黑色蒙版的不透明度,available: 0 - 1.0,1 是完全不透明
# Opacity of the banner mask, 1.0 is completely opaque
# Available: 0 - 1.0
banner_mask_alpha: 0.3
Expand Down Expand Up @@ -993,7 +993,7 @@ about:
name: "Fluid"
intro: "An elegant theme for Hexo"
# 更多图标可从 https://hexo.fluid-dev.com/docs/icon/ 查找,`class` 代表图标的 css class,添加 `qrcode` 后,图标不再是链接而是悬浮二维码
# More icons can be found from https://hexo.fluid-dev.com/docs/en/icon/ `class` is the css class of the icon. If adding `qrcode`, The icon is no longer a link, but a hovering QR code
# More icons can be found from https://hexo.fluid-dev.com/docs/en/icon/ `class` is the css class of the icon. If adding `qrcode`, the icon is no longer a link, but a hovering QR code
icons:
- { class: "iconfont icon-github-fill", link: "https://github.com", tip: "GitHub" }
- { class: "iconfont icon-douban-fill", link: "https://douban.com", tip: "豆瓣" }
Expand Down

0 comments on commit 54da4ce

Please sign in to comment.