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