2020-03-26 12:29:20 +08:00
|
|
|
# Theme Info
|
2020-04-01 18:03:55 +08:00
|
|
|
theme_name: ILS-X
|
2020-03-26 12:29:20 +08:00
|
|
|
|
2020-04-01 18:03:55 +08:00
|
|
|
theme_version: 1.0.0
|
2020-03-26 12:29:20 +08:00
|
|
|
|
2020-03-13 19:26:09 +08:00
|
|
|
menu:
|
|
|
|
Home: /
|
|
|
|
Archives: /archives
|
2020-03-19 18:11:13 +08:00
|
|
|
About: /about
|
2020-03-25 21:34:10 +08:00
|
|
|
|
2020-03-13 19:26:09 +08:00
|
|
|
rss: /atom.xml
|
|
|
|
|
|
|
|
favicon: images/favicon.png
|
|
|
|
|
2020-03-26 12:29:20 +08:00
|
|
|
avatar: images/avatar.png
|
2020-03-18 23:14:09 +08:00
|
|
|
|
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.
|
2020-03-25 21:34:10 +08:00
|
|
|
# Value after `||` delimeter is the name of FontAwesome icon.
|
2020-03-22 21:52:58 +08:00
|
|
|
social:
|
2020-03-27 10:33:17 +08:00
|
|
|
#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
|
2020-03-22 21:52:58 +08:00
|
|
|
#FB Page: https://www.facebook.com/yourname || facebook
|
|
|
|
#VK Group: https://vk.com/yourname || vk
|
|
|
|
#StackOverflow: https://stackoverflow.com/yourname || stack-overflow
|
|
|
|
#Instagram: https://instagram.com/yourname || instagram
|
|
|
|
|
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:
|
2020-04-01 17:59:59 +08:00
|
|
|
enable: false
|
|
|
|
appid: # your leancloud application appid
|
|
|
|
appkey: # your leancloud application appkey
|
2020-03-25 21:34:10 +08:00
|
|
|
notify: false # mail notifier, https://github.com/xCss/Valine/wiki
|
2020-03-19 14:51:48 +08:00
|
|
|
verify: false # Verification code
|
2020-04-01 17:55:34 +08:00
|
|
|
placeholder: 评论一下再走吧~
|
2020-03-23 21:21:33 +08:00
|
|
|
|
|
|
|
# Show PV/UV of the website/page with busuanzi.
|
|
|
|
# Get more information on http://ibruce.info/2015/04/04/busuanzi/
|
|
|
|
busuanzi_count:
|
|
|
|
# count values only if the other configs are false
|
2020-03-26 15:27:50 +08:00
|
|
|
enable: false
|
2020-03-23 21:21:33 +08:00
|
|
|
# custom uv span for the whole site
|
2020-03-26 15:27:50 +08:00
|
|
|
site_uv: false
|
2020-03-23 21:21:33 +08:00
|
|
|
# custom pv span for the whole site
|
2020-03-26 15:27:50 +08:00
|
|
|
site_pv: false
|
2020-03-23 21:21:33 +08:00
|
|
|
# custom pv span for one page only
|
2020-03-26 15:27:50 +08:00
|
|
|
page_pv: false
|
2020-03-29 19:54:28 +08:00
|
|
|
|
|
|
|
# Local Search
|
|
|
|
# Dependencies: https://github.com/theme-next/hexo-generator-searchdb
|
|
|
|
local_search:
|
2020-04-01 10:59:51 +08:00
|
|
|
enable: false
|
2020-03-29 19:54:28 +08:00
|
|
|
# If auto, trigger search by changing input.
|
|
|
|
# If manual, trigger search by pressing enter key or search button.
|
|
|
|
trigger: auto
|
|
|
|
# Show top n results per article, show all results by setting to -1
|
|
|
|
top_n_per_article: 1
|
|
|
|
# Unescape html strings to the readable one.
|
|
|
|
unescape: false
|
|
|
|
# Preload the search data when the page loads.
|
|
|
|
preload: false
|
|
|
|
|
|
|
|
|
|
|
|
# Assets
|
|
|
|
css: css
|
|
|
|
js: js
|
|
|
|
images: images
|