update _config.yml
This commit is contained in:
parent
5904d32cae
commit
e1dbd62753
31
_config.yml
31
_config.yml
|
@ -4,25 +4,30 @@
|
||||||
base_info:
|
base_info:
|
||||||
title: ILS
|
title: ILS
|
||||||
author: XPoet
|
author: XPoet
|
||||||
email: i@xpoet.cn
|
|
||||||
url: https://ils.xpoet.cn/
|
url: https://ils.xpoet.cn/
|
||||||
|
description: Welcome to use ILS theme
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
# Theme style settings
|
# Theme style settings
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
style:
|
style:
|
||||||
# Theme primary color
|
# Theme primary color
|
||||||
primary_color: "#0066CC"
|
primary_color: '#0066CC'
|
||||||
|
|
||||||
|
# image align position, value: left | center
|
||||||
|
img_position: center
|
||||||
|
|
||||||
|
# left side width
|
||||||
|
left_side_width: 260px
|
||||||
|
|
||||||
|
# Mouse hover
|
||||||
hover:
|
hover:
|
||||||
scale: false # scale effect when the mouse hover
|
|
||||||
shadow: true # shadow effect when the mouse hover
|
shadow: true # shadow effect when the mouse hover
|
||||||
|
scale: false # scale effect when the mouse hover
|
||||||
|
|
||||||
# favicon
|
# First screen
|
||||||
favicon: images/favicon.png
|
first_screen:
|
||||||
|
enable: true
|
||||||
# avatar
|
|
||||||
avatar: images/avatar.png
|
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
|
@ -31,11 +36,11 @@ style:
|
||||||
social_contact:
|
social_contact:
|
||||||
enable: false
|
enable: false
|
||||||
links:
|
links:
|
||||||
github: # your GitHub url
|
github: # your GitHub URL
|
||||||
wechat: # your WeChat QR-Code url
|
wechat: # your WeChat QR-Code URL
|
||||||
weibo: # your WeiBo url
|
weibo: # your WeiBo URL
|
||||||
twitter: # your twitter url
|
twitter: # your twitter URL
|
||||||
facebook: # your facebook url
|
facebook: # your facebook URL
|
||||||
email: # your email
|
email: # your email
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue