Skip to content

Commit 54da4ce

Browse files
William Tanzkqiang
William Tan
authored andcommitted
fix: typo & redundancy
1 parent 58b235c commit 54da4ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ favicon: /img/fluid.png
2424
# Icon for Apple touch
2525
apple_touch_icon: /img/fluid.png
2626

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

@@ -130,7 +130,7 @@ fun_features:
130130
dark_mode:
131131
enable: true
132132
# 默认的选项(当用户手动切换后则不再按照默认模式),选择 `auto` 会优先遵循 prefers-color-scheme,其次按用户本地时间 18 点到次日 6 点之间进入暗色模式
133-
# 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
133+
# 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
134134
# Options: auto | light | dark
135135
default: auto
136136

@@ -241,7 +241,7 @@ custom_css:
241241

242242
# 网页访问统计
243243
# Analysis of website visitors
244-
web_analytics: # 网页访问统计
244+
web_analytics:
245245
enable: false
246246

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

304304
# 友盟/cnzz 站点统计 web_id
305305
# cnzz analytics
@@ -500,7 +500,7 @@ index:
500500
# Available: 0 - 100
501501
banner_img_height: 100
502502

503-
# 头图黑色蒙版的不透明度,available: 0 - 1.0, 1 是完全不透明
503+
# 头图黑色蒙版的不透明度,available: 0 - 1.0,1 是完全不透明
504504
# Opacity of the banner mask, 1.0 is completely opaque
505505
# Available: 0 - 1.0
506506
banner_mask_alpha: 0.3
@@ -993,7 +993,7 @@ about:
993993
name: "Fluid"
994994
intro: "An elegant theme for Hexo"
995995
# 更多图标可从 https://hexo.fluid-dev.com/docs/icon/ 查找,`class` 代表图标的 css class,添加 `qrcode` 后,图标不再是链接而是悬浮二维码
996-
# 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
996+
# 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
997997
icons:
998998
- { class: "iconfont icon-github-fill", link: "https://github.com", tip: "GitHub" }
999999
- { class: "iconfont icon-douban-fill", link: "https://douban.com", tip: "豆瓣" }

0 commit comments

Comments
 (0)