2020-04-07 11:57:53 +08:00
|
|
|
# theme basic info
|
|
|
|
theme_info:
|
2020-04-08 17:30:05 +08:00
|
|
|
name: ILS
|
2020-04-24 22:02:10 +08:00
|
|
|
version: 1.0.2
|
2020-04-07 12:12:29 +08:00
|
|
|
author: XPoet
|
2020-04-07 11:57:53 +08:00
|
|
|
repository: https://github.com/XPoet/hexo-theme-ils
|
|
|
|
|
|
|
|
# navigation menu
|
2020-03-13 19:26:09 +08:00
|
|
|
menu:
|
|
|
|
Home: /
|
|
|
|
Archives: /archives
|
2020-03-19 18:11:13 +08:00
|
|
|
About: /about
|
2020-04-08 17:30:05 +08:00
|
|
|
# Links: /links
|
|
|
|
# ...
|
2020-03-25 21:34:10 +08:00
|
|
|
|
2020-04-07 11:57:53 +08:00
|
|
|
# RSS
|
2020-04-15 22:30:24 +08:00
|
|
|
rss:
|
2020-04-18 17:26:29 +08:00
|
|
|
enable: true
|
2020-03-13 19:26:09 +08:00
|
|
|
|
2020-04-07 11:57:53 +08:00
|
|
|
# favicon
|
2020-03-13 19:26:09 +08:00
|
|
|
favicon: images/favicon.png
|
|
|
|
|
2020-04-08 17:30:05 +08:00
|
|
|
# comment plugin
|
2020-04-07 11:57:53 +08:00
|
|
|
comments:
|
|
|
|
# Valine.
|
|
|
|
# more info please open https://github.com/xCss/Valine
|
|
|
|
valine:
|
2020-04-24 22:02:10 +08:00
|
|
|
enable: false # true or false
|
|
|
|
appid: # your leancloud application appid
|
|
|
|
appkey: # your leancloud application appkey
|
|
|
|
meta: # type: Array, default: ['nick','mail','link']
|
|
|
|
placeholder: Please share your thoughts with us in the comments below! #your placeholder
|
|
|
|
|
2020-04-14 21:18:37 +08:00
|
|
|
# Gitalk
|
|
|
|
# For more information: https://gitalk.github.io, https://github.com/gitalk/gitalk
|
|
|
|
gitalk:
|
|
|
|
enable: false
|
2020-04-24 21:51:55 +08:00
|
|
|
github_id: # GitHub repo owner
|
|
|
|
repository: # Repository name to store issues
|
|
|
|
client_id: # GitHub Application Client ID
|
|
|
|
client_secret: # GitHub Application Client Secret
|
2020-04-14 21:18:37 +08:00
|
|
|
distraction_free_mode: false # Facebook-like distraction free mode
|
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-04-10 22:26:06 +08:00
|
|
|
enable: false
|
2020-03-23 21:21:33 +08:00
|
|
|
# custom uv span for the whole site
|
2020-04-10 22:26:06 +08:00
|
|
|
site_uv: false
|
2020-03-23 21:21:33 +08:00
|
|
|
# custom pv span for the whole site
|
2020-04-10 22:26:06 +08:00
|
|
|
site_pv: false
|
2020-03-23 21:21:33 +08:00
|
|
|
# custom pv span for one page only
|
2020-04-10 22:26:06 +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-10 22:26:06 +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.
|
2020-04-18 17:26:29 +08:00
|
|
|
preload: false
|
|
|
|
|
|
|
|
# Code Block
|
|
|
|
codeblock:
|
|
|
|
style: flat # Available values: default | flat | mac
|
|
|
|
copy_button:
|
|
|
|
enable: true
|
2020-04-21 10:47:36 +08:00
|
|
|
|
|
|
|
# Table of Contents in the Sidebar
|
|
|
|
toc:
|
|
|
|
enable: true
|
|
|
|
# Automatically add list number to toc.
|
|
|
|
number: true
|
|
|
|
# If true, all level of TOC in a post will be displayed, rather than the activated part of it.
|
2020-04-29 16:08:43 +08:00
|
|
|
expand_all: true
|
2020-04-24 22:49:10 +08:00
|
|
|
|
|
|
|
# magic theme style
|
|
|
|
magic:
|
|
|
|
enable: true
|
|
|
|
sidebar:
|
2020-04-29 16:08:43 +08:00
|
|
|
enable: true
|
|
|
|
fixed: true
|
2020-04-24 22:49:10 +08:00
|
|
|
position: right
|
2020-04-25 21:48:12 +08:00
|
|
|
|
2020-04-29 16:08:43 +08:00
|
|
|
# sidebar tools
|
2020-04-25 21:48:12 +08:00
|
|
|
side-tools:
|
|
|
|
enable: true
|
|
|
|
position: right
|
|
|
|
|
2020-04-29 16:08:43 +08:00
|
|
|
# back to top
|
2020-04-25 21:48:12 +08:00
|
|
|
back2top:
|
|
|
|
enable: true
|
|
|
|
position: right
|