hexo-theme-keep/_config.yml

166 lines
5.4 KiB
YAML
Raw Normal View History

# ---------------------------------------------------------------------------------------
# Your basic info
# ---------------------------------------------------------------------------------------
base_info:
title: ILS
2020-04-07 12:12:29 +08:00
author: XPoet
email: i@xpoet.cn
url: https://ils.xpoet.cn/
2020-04-30 12:24:57 +08:00
# ---------------------------------------------------------------------------------------
# Theme style settings
# ---------------------------------------------------------------------------------------
style:
2020-09-11 15:59:10 +08:00
# Theme primary color
primary_color: "#0066CC"
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-09-03 12:27:16 +08:00
# Categories: /categories
# Tags: /tags
2020-04-08 17:30:05 +08:00
# Links: /links
2020-09-02 17:49:53 +08:00
# About: /about
2020-04-08 17:30:05 +08:00
# ...
# ---------------------------------------------------------------------------------------
# RSS
# Dependencies: hexo-generator-feed
# See: https://github.com/hexojs/hexo-generator-feed
# ---------------------------------------------------------------------------------------
2020-04-15 22:30:24 +08:00
rss:
enable: false
# ---------------------------------------------------------------------------------------
# Comment plugin
# ---------------------------------------------------------------------------------------
2020-10-29 15:42:58 +08:00
comment:
# Valine
# See: 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
# See: 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
2020-04-30 12:24:57 +08:00
client_id: # GitHub Application Client ID
client_secret: # GitHub Application Client Secret
2020-03-23 21:21:33 +08:00
# ---------------------------------------------------------------------------------------
# Website count
# ---------------------------------------------------------------------------------------
2020-04-30 12:24:57 +08:00
website_count:
# busuanzi
# See: http://ibruce.info/2015/04/04/busuanzi/
2020-04-30 12:24:57 +08:00
busuanzi_count:
enable: false
site_uv: false
site_pv: false
page_pv: false
# ---------------------------------------------------------------------------------------
# Local Search
# Dependencies: hexo-generator-searchdb
# See: https://github.com/theme-next/hexo-generator-searchdb
# ---------------------------------------------------------------------------------------
local_search:
enable: false
2020-04-30 12:24:57 +08:00
# 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-09-02 16:19:39 +08:00
# Post word count
# Dependencies: hexo-wordcount
# See: https://github.com/willin/hexo-wordcount
# ---------------------------------------------------------------------------------------
2020-09-02 16:19:39 +08:00
post_wordcount:
enable: false
2020-09-02 16:19:39 +08:00
wordcount: false # word count, one article
min2read: false # time to read, one article
# ---------------------------------------------------------------------------------------
2020-09-03 12:27:16 +08:00
# Home page article block display settings
# ---------------------------------------------------------------------------------------
2020-09-03 12:27:16 +08:00
home_article:
category:
enable: false # show category in home page article block
limit: 3 # max number of categories shown in home page article block
tag:
enable: false # show tags in home page article block
limit: 5 # max number of tags shown in home page article block
2020-09-03 12:27:16 +08:00
# ---------------------------------------------------------------------------------------
# Code copy
# ---------------------------------------------------------------------------------------
2020-04-30 12:24:57 +08:00
code_copy:
enable: true
style: flat # values: default | flat | mac
2020-04-30 12:24:57 +08:00
# ---------------------------------------------------------------------------------------
# Sidebar tools
# ---------------------------------------------------------------------------------------
2020-04-30 12:24:57 +08:00
side_tools:
enable: false
2020-04-30 12:24:57 +08:00
# ---------------------------------------------------------------------------------------
# Back to top
# ---------------------------------------------------------------------------------------
2020-04-30 12:24:57 +08:00
back2top:
enable: true
2020-04-21 10:47:36 +08:00
# ---------------------------------------------------------------------------------------
2020-04-21 10:47:36 +08:00
# Table of Contents in the Sidebar
# ---------------------------------------------------------------------------------------
2020-04-21 10:47:36 +08:00
toc:
enable: false
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
# ---------------------------------------------------------------------------------------
# Magic
# ---------------------------------------------------------------------------------------
magic:
enable: true
scale: false # scale effect when the mouse hover
shadow: false # shadow effect when the mouse hover