2020-03-13 19:26:09 +08:00
|
|
|
menu:
|
|
|
|
Home: /
|
|
|
|
Archives: /archives
|
2020-03-19 18:11:13 +08:00
|
|
|
About: /about
|
2020-03-13 19:26:09 +08:00
|
|
|
rss: /atom.xml
|
|
|
|
|
|
|
|
favicon: images/favicon.png
|
|
|
|
|
2020-03-18 23:14:09 +08:00
|
|
|
avatar: images/favicon.png
|
|
|
|
|
2020-03-22 20:31:13 +08:00
|
|
|
page:
|
|
|
|
left_side_width: 25
|
|
|
|
right_side_width: 75
|
|
|
|
media_max_width: 960
|
|
|
|
|
|
|
|
|
2020-03-22 21:52:58 +08:00
|
|
|
# Social Links.
|
|
|
|
# Usage: `Key: permalink || icon`
|
|
|
|
# Key is the link label showing to end users.
|
|
|
|
# Value before `||` delimeter is the target permalink.
|
|
|
|
# Value after `||` delimeter is the name of FontAwesome icon. If icon (with or without delimeter) is not specified, globe icon will be loaded.
|
|
|
|
social:
|
|
|
|
GitHub: https://github.com/itPoet || github
|
|
|
|
E-Mail: mailto:i@xpoet.cn || envelope
|
|
|
|
# Google: https://plus.google.com/yourname || google
|
|
|
|
#Twitter: https://twitter.com/yourname || twitter
|
|
|
|
#FB Page: https://www.facebook.com/yourname || facebook
|
|
|
|
#VK Group: https://vk.com/yourname || vk
|
|
|
|
#StackOverflow: https://stackoverflow.com/yourname || stack-overflow
|
|
|
|
#YouTube: https://youtube.com/yourname || youtube
|
|
|
|
#Instagram: https://instagram.com/yourname || instagram
|
|
|
|
#Skype: skype:yourname?call|chat || skype
|
|
|
|
|
2020-03-22 20:31:13 +08:00
|
|
|
|
2020-03-18 23:14:09 +08:00
|
|
|
# 代码高亮设置
|
|
|
|
# Code Highlight theme
|
|
|
|
# Available value:
|
|
|
|
# normal | night | night eighties | night blue | night bright
|
|
|
|
# https://github.com/chriskempson/tomorrow-theme
|
2020-03-19 14:51:48 +08:00
|
|
|
highlight_theme: normal
|
|
|
|
|
|
|
|
# Valine.
|
|
|
|
# You can get your appid and appkey from https://leancloud.cn
|
|
|
|
# more info please open https://github.com/xCss/Valine
|
|
|
|
valine:
|
|
|
|
enable: true
|
|
|
|
appid: ih2nzG3ilVNdLgJK4kBXTjOq-gzGzoHsz # your leancloud application appid
|
|
|
|
appkey: gdf6tXXLBTLg9qpjS2y6Tbw7 # your leancloud application appkey
|
|
|
|
notify: false # mail notifier , https://github.com/xCss/Valine/wiki
|
|
|
|
verify: false # Verification code
|
2020-03-21 23:04:01 +08:00
|
|
|
placeholder: 评论一下再走吧~
|