chore(release): v0.1.0
This commit is contained in:
parent
089575f70c
commit
7dc88f1bba
20
_config.yml
20
_config.yml
|
@ -16,8 +16,8 @@ avatar: images/avatar.png
|
|||
|
||||
# Site page layout setting.
|
||||
page:
|
||||
left_side_width: 28
|
||||
right_side_width: 72
|
||||
left_side_width: 30
|
||||
right_side_width: 70
|
||||
media_max_width: 960
|
||||
|
||||
# Social Links.
|
||||
|
@ -26,8 +26,8 @@ page:
|
|||
# Value before `||` delimeter is the target permalink.
|
||||
# Value after `||` delimeter is the name of FontAwesome icon.
|
||||
social:
|
||||
GitHub: https://github.com/XPoet || github
|
||||
E-Mail: mailto:i@xpoet.cn || envelope
|
||||
GitHub: https://github.com/yourname || github
|
||||
E-Mail: mailto:yourmail || envelope
|
||||
Google: https://plus.google.com/yourname || google
|
||||
Twitter: https://twitter.com/yourname || twitter
|
||||
Weibo: https://www.facebook.com/yourname || weibo
|
||||
|
@ -48,8 +48,8 @@ highlight_theme: normal
|
|||
# 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
|
||||
appid: # your leancloud application appid
|
||||
appkey: # your leancloud application appkey
|
||||
notify: false # mail notifier, https://github.com/xCss/Valine/wiki
|
||||
verify: false # Verification code
|
||||
placeholder: 评论一下再走吧~
|
||||
|
@ -59,16 +59,16 @@ valine:
|
|||
# Get more information on http://ibruce.info/2015/04/04/busuanzi/
|
||||
busuanzi_count:
|
||||
# count values only if the other configs are false
|
||||
enable: true
|
||||
enable: false
|
||||
# custom uv span for the whole site
|
||||
site_uv: true
|
||||
site_uv: false
|
||||
site_uv_header:
|
||||
site_uv_footer:
|
||||
# custom pv span for the whole site
|
||||
site_pv: true
|
||||
site_pv: false
|
||||
site_pv_header:
|
||||
site_pv_footer:
|
||||
# custom pv span for one page only
|
||||
page_pv: true
|
||||
page_pv: false
|
||||
page_pv_header:
|
||||
page_pv_footer:
|
Loading…
Reference in New Issue