perf(_config): perfect annotation in _config.yml
This commit is contained in:
parent
422f2176ac
commit
a497c3abd5
21
_config.yml
21
_config.yml
|
@ -51,7 +51,7 @@ style:
|
||||||
# First screen background image (You can use local image or image external link)
|
# First screen background image (You can use local image or image external link)
|
||||||
background_img: /images/bg.svg
|
background_img: /images/bg.svg
|
||||||
|
|
||||||
# First screen background image (You can use local image or image external link)
|
# First screen description
|
||||||
description: Keep writing and Keep loving.
|
description: Keep writing and Keep loving.
|
||||||
|
|
||||||
# If enable hitokoto
|
# If enable hitokoto
|
||||||
|
@ -61,8 +61,11 @@ style:
|
||||||
|
|
||||||
# Page scroll style settings
|
# Page scroll style settings
|
||||||
scroll:
|
scroll:
|
||||||
|
# Show progress bar in top when page scroll
|
||||||
progress_bar:
|
progress_bar:
|
||||||
enable: false
|
enable: false
|
||||||
|
|
||||||
|
# Show percent when page scroll
|
||||||
percent:
|
percent:
|
||||||
enable: false
|
enable: false
|
||||||
|
|
||||||
|
@ -72,14 +75,14 @@ style:
|
||||||
social_contact:
|
social_contact:
|
||||||
enable: false
|
enable: false
|
||||||
links:
|
links:
|
||||||
github: # your GitHub URL
|
github: # Your GitHub URL
|
||||||
weixin: # your WeChat QR-Code URL
|
weixin: # Your WeChat QR-Code URL
|
||||||
qq: # your QQ QR-Code URL
|
qq: # Your QQ QR-Code URL
|
||||||
weibo: # your WeiBo URL
|
weibo: # Your WeiBo URL
|
||||||
zhihu: # your ZhiHu URL
|
zhihu: # Your ZhiHu URL
|
||||||
twitter: # your twitter URL
|
twitter: # Your Twitter URL
|
||||||
facebook: # your facebook URL
|
facebook: # Your Facebook URL
|
||||||
email: # your email
|
email: # Your Email
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
# Navigation menu
|
# Navigation menu
|
||||||
|
|
Loading…
Reference in New Issue