hexo-theme-keep/_config.yml

99 lines
2.1 KiB
YAML
Raw Normal View History

# theme basic info
theme_info:
2020-04-08 17:30:05 +08:00
name: ILS
2020-05-16 10:03:35 +08:00
version: 1.1.1
2020-04-07 12:12:29 +08:00
author: XPoet
repository: https://github.com/XPoet/hexo-theme-ils
2020-04-30 12:24:57 +08:00
# favicon
favicon: images/favicon.png
# avatar
avatar: images/avatar.png
# navigation menu
menu:
Home: /
Archives: /archives
2020-04-30 16:55:38 +08:00
# About: /about
2020-04-08 17:30:05 +08:00
# Links: /links
# ...
# RSS
2020-04-15 22:30:24 +08:00
rss:
2020-04-18 17:26:29 +08:00
enable: true
2020-04-08 17:30:05 +08:00
# comment plugin
comments:
2020-04-30 12:24:57 +08:00
# Valine https://github.com/xCss/Valine
valine:
2020-04-30 12:24:57 +08:00
enable: false
appid: # your leancloud application appid
appkey: # your leancloud application appkey
meta: # comment input meta, type: Array, values: ['nick','mail','link']
placeholder: # your placeholder
# Gitalk https://github.com/gitalk/gitalk
2020-04-14 21:18:37 +08:00
gitalk:
enable: false
2020-04-30 12:24:57 +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-03-23 21:21:33 +08:00
2020-04-30 12:24:57 +08:00
# website count
website_count:
# busuanzi http://ibruce.info/2015/04/04/busuanzi/
busuanzi_count:
enable: false
site_uv: false
site_pv: false
page_pv: false
# Local Search
# Dependencies: https://github.com/theme-next/hexo-generator-searchdb
local_search:
2020-04-30 12:24:57 +08:00
enable: true
# If auto, trigger search by changing input.
# If manual, trigger search by pressing enter key or search button.
2020-04-30 12:24:57 +08:00
trigger: auto # values: auto | manual
# Unescape html strings to the readable one.
unescape: false
2020-04-30 12:24:57 +08:00
# Preload the search data when the page loads.
2020-04-18 17:26:29 +08:00
preload: false
2020-04-30 12:24:57 +08:00
# Code Copy
code_copy:
enable: true
style: flat # values: default | flat | mac
# sidebar tools
side_tools:
enable: true
position: right # values: left | right
# back to top
back2top:
enable: true
position: right # values: left | right
2020-04-21 10:47:36 +08:00
# Table of Contents in the Sidebar
toc:
enable: true
2020-04-30 12:24:57 +08:00
2020-04-21 10:47:36 +08:00
# Automatically add list number to toc.
number: true
2020-04-30 12:24:57 +08:00
2020-04-21 10:47:36 +08:00
# If true, all level of TOC in a post will be displayed, rather than the activated part of it.
expand_all: true
2020-04-30 12:24:57 +08:00
# magic theme
magic:
enable: true
sidebar:
2020-04-30 12:24:57 +08:00
enable: false
fixed: true
2020-04-30 12:24:57 +08:00
position: right # values: left | right