style(config): improved topic configuration file comments
This commit is contained in:
parent
d98d0aee97
commit
f4121f350d
20
_config.yml
20
_config.yml
|
@ -100,14 +100,18 @@ menu:
|
||||||
social_contact:
|
social_contact:
|
||||||
enable: false # Option values: true | false
|
enable: false # Option values: true | false
|
||||||
links:
|
links:
|
||||||
github: # Your GitHub URL
|
# Fill in your social platform links here, e.g. [ github: https://github.com/XPoet ]
|
||||||
weixin: # Your WeChat QR-Code image URL
|
# If you want to click open the picture, you need to add a prefix "img |",
|
||||||
qq: # Your QQ QR-Code image URL
|
# at the same time change your link to the image link.
|
||||||
weibo: # Your WeiBo URL
|
# e.g. [ weixin: img | https://x.com/images/wechat.png ] or [ weixin: img | ./images/wechat.png ]
|
||||||
zhihu: # Your ZhiHu URL
|
github: # GitHub
|
||||||
twitter: # Your Twitter URL
|
weixin: # WeChat
|
||||||
facebook: # Your Facebook URL
|
qq: # QQ
|
||||||
email: # Your Email
|
weibo: # WeiBo
|
||||||
|
zhihu: # ZhiHu
|
||||||
|
twitter: # Twitter
|
||||||
|
facebook: # Facebook
|
||||||
|
email: # Email
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
# Home page article block display settings
|
# Home page article block display settings
|
||||||
|
|
Loading…
Reference in New Issue