2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-10-28 19:33:43 +08:00
|
|
|
# Your basic info
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-10-28 19:33:43 +08:00
|
|
|
base_info:
|
2020-11-20 12:02:22 +08:00
|
|
|
title: Keep
|
|
|
|
author: Keep team
|
|
|
|
url: https://keep.xpoet.cn/
|
|
|
|
|
2020-04-30 12:24:57 +08:00
|
|
|
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-09-11 15:06:38 +08:00
|
|
|
# Theme style settings
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-09-11 15:06:38 +08:00
|
|
|
style:
|
2020-09-11 15:59:10 +08:00
|
|
|
# Theme primary color
|
2020-11-17 18:37:05 +08:00
|
|
|
primary_color: '#0066CC'
|
2020-04-30 12:24:57 +08:00
|
|
|
|
2020-11-17 18:53:08 +08:00
|
|
|
# Image align position, value: left | center
|
2020-11-20 12:02:22 +08:00
|
|
|
img_position: left
|
2020-11-17 18:37:05 +08:00
|
|
|
|
2020-11-17 18:53:08 +08:00
|
|
|
# Left side width
|
2020-11-17 18:37:05 +08:00
|
|
|
left_side_width: 260px
|
|
|
|
|
2020-11-25 23:39:24 +08:00
|
|
|
# Content area max width
|
|
|
|
content_max_width: 900px
|
|
|
|
|
2020-11-17 18:37:05 +08:00
|
|
|
# Mouse hover
|
2020-11-13 14:43:22 +08:00
|
|
|
hover:
|
|
|
|
shadow: true # shadow effect when the mouse hover
|
2020-11-17 18:37:05 +08:00
|
|
|
scale: false # scale effect when the mouse hover
|
2020-11-13 14:43:22 +08:00
|
|
|
|
2020-11-17 18:37:05 +08:00
|
|
|
# First screen
|
|
|
|
first_screen:
|
|
|
|
enable: true
|
2020-11-20 12:02:22 +08:00
|
|
|
description: Welcome to use Hexo theme Keep
|
2020-09-11 15:06:38 +08:00
|
|
|
|
|
|
|
|
2020-11-15 22:06:32 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
|
|
|
# Social contact link
|
|
|
|
# ---------------------------------------------------------------------------------------
|
|
|
|
social_contact:
|
|
|
|
enable: false
|
|
|
|
links:
|
2020-11-17 18:37:05 +08:00
|
|
|
github: # your GitHub URL
|
2020-11-24 11:00:06 +08:00
|
|
|
weixin: # your WeChat QR-Code URL
|
2020-11-17 18:37:05 +08:00
|
|
|
weibo: # your WeiBo URL
|
|
|
|
twitter: # your twitter URL
|
|
|
|
facebook: # your facebook URL
|
2020-11-15 22:06:32 +08:00
|
|
|
email: # your email
|
|
|
|
|
|
|
|
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-09-11 15:06:38 +08:00
|
|
|
# Navigation menu
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-03-13 19:26:09 +08:00
|
|
|
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
|
|
|
# ...
|
2020-03-25 21:34:10 +08:00
|
|
|
|
2020-09-11 15:06:38 +08:00
|
|
|
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-04-07 11:57:53 +08:00
|
|
|
# RSS
|
2020-09-11 15:06:38 +08:00
|
|
|
# Dependencies: hexo-generator-feed
|
|
|
|
# See: https://github.com/hexojs/hexo-generator-feed
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-04-15 22:30:24 +08:00
|
|
|
rss:
|
2020-09-11 15:06:38 +08:00
|
|
|
enable: false
|
2020-03-13 19:26:09 +08:00
|
|
|
|
2020-09-11 15:06:38 +08:00
|
|
|
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-09-11 15:06:38 +08:00
|
|
|
# Comment plugin
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-10-29 15:42:58 +08:00
|
|
|
comment:
|
2020-09-11 15:06:38 +08:00
|
|
|
# Valine
|
|
|
|
# See: https://github.com/xCss/Valine
|
2020-04-07 11:57:53 +08:00
|
|
|
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
|
|
|
|
|
2020-09-11 15:06:38 +08:00
|
|
|
# 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
|
2020-09-11 15:06:38 +08:00
|
|
|
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
|
|
|
|
2020-09-11 15:06:38 +08:00
|
|
|
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-09-11 15:06:38 +08:00
|
|
|
# Website count
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-04-30 12:24:57 +08:00
|
|
|
website_count:
|
2020-09-11 15:06:38 +08:00
|
|
|
# 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
|
2020-03-29 19:54:28 +08:00
|
|
|
|
2020-09-11 15:06:38 +08:00
|
|
|
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-03-29 19:54:28 +08:00
|
|
|
# Local Search
|
2020-09-11 15:06:38 +08:00
|
|
|
# Dependencies: hexo-generator-searchdb
|
|
|
|
# See: https://github.com/theme-next/hexo-generator-searchdb
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-03-29 19:54:28 +08:00
|
|
|
local_search:
|
2020-10-21 19:36:38 +08:00
|
|
|
enable: false
|
2020-04-30 12:24:57 +08:00
|
|
|
|
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.
|
2020-04-30 12:24:57 +08:00
|
|
|
trigger: auto # values: auto | manual
|
|
|
|
|
2020-03-29 19:54:28 +08:00
|
|
|
# Unescape html strings to the readable one.
|
|
|
|
unescape: false
|
2020-04-30 12:24:57 +08:00
|
|
|
|
2020-03-29 19:54:28 +08:00
|
|
|
# Preload the search data when the page loads.
|
2020-04-18 17:26:29 +08:00
|
|
|
preload: false
|
|
|
|
|
2020-09-11 15:06:38 +08:00
|
|
|
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-09-02 16:19:39 +08:00
|
|
|
# Post word count
|
2020-09-11 15:06:38 +08:00
|
|
|
# Dependencies: hexo-wordcount
|
|
|
|
# See: https://github.com/willin/hexo-wordcount
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-09-02 16:19:39 +08:00
|
|
|
post_wordcount:
|
2020-09-11 15:06:38 +08:00
|
|
|
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-11 15:06:38 +08:00
|
|
|
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-09-03 12:27:16 +08:00
|
|
|
# Home page article block display settings
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-09-03 12:27:16 +08:00
|
|
|
home_article:
|
2020-09-11 15:06:38 +08:00
|
|
|
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
|
|
|
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-09-11 15:06:38 +08:00
|
|
|
# Code copy
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-04-30 12:24:57 +08:00
|
|
|
code_copy:
|
|
|
|
enable: true
|
2020-11-18 12:24:39 +08:00
|
|
|
style: default # values: default | mac
|
2020-09-11 15:06:38 +08:00
|
|
|
|
2020-04-30 12:24:57 +08:00
|
|
|
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-04-21 10:47:36 +08:00
|
|
|
# Table of Contents in the Sidebar
|
2020-10-19 23:02:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-04-21 10:47:36 +08:00
|
|
|
toc:
|
2020-09-11 15:06:38 +08:00
|
|
|
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.
|
2020-04-29 16:08:43 +08:00
|
|
|
expand_all: true
|
2020-11-18 12:24:39 +08:00
|
|
|
|
|
|
|
|
2020-11-18 18:45:45 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
2020-11-25 16:54:44 +08:00
|
|
|
# Post copyright info
|
2020-11-18 18:45:45 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
|
|
|
copyright_info:
|
|
|
|
enable: true
|
|
|
|
|
|
|
|
|
2020-11-18 12:24:39 +08:00
|
|
|
# ---------------------------------------------------------------------------------------
|
|
|
|
# Footer settings
|
|
|
|
# ---------------------------------------------------------------------------------------
|
|
|
|
footer:
|
|
|
|
since: 2020
|
2020-11-24 10:52:54 +08:00
|
|
|
|
|
|
|
|
|
|
|
# ---------------------------------------------------------------------------------------
|
|
|
|
# CDN
|
|
|
|
# ---------------------------------------------------------------------------------------
|
|
|
|
cdn:
|
|
|
|
enable: true
|
|
|
|
|
|
|
|
|
|
|
|
# ---------------------------------------------------------------------------------------
|
|
|
|
# Keep version (Please don't modify)
|
|
|
|
# ---------------------------------------------------------------------------------------
|
|
|
|
version: 3.0.0
|