hexo-theme-keep/_config.yml

216 lines
7.0 KiB
YAML
Raw Normal View History

# ---------------------------------------------------------------------------------------
# Your basic info
# ---------------------------------------------------------------------------------------
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
# ---------------------------------------------------------------------------------------
# Theme style settings
# ---------------------------------------------------------------------------------------
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
# Avatar (You can use local image or image external link)
avatar: /images/avatar.png
# Favicon (You can use local image or image external link)
favicon: /images/logo.svg
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
background_img: /images/bg.svg
description: Keep writing and Keep loving.
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
# ---------------------------------------------------------------------------------------
# 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
2020-11-26 16:07:00 +08:00
meta: # comment input meta, type: Array, values: ['nick', 'mail', 'link']
2020-04-30 12:24:57 +08:00
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
2020-11-18 12:24:39 +08:00
style: default # values: default | mac
2020-04-30 12:24:57 +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
2020-11-18 12:24:39 +08:00
# ---------------------------------------------------------------------------------------
# Post copyright info
# ---------------------------------------------------------------------------------------
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
2020-12-22 18:19:41 +08:00
# ---------------------------------------------------------------------------------------
# Aplayer 播放器(仅限首页使用)
# ---------------------------------------------------------------------------------------
aplayer:
enable: true
# ---------------------------------------------------------------------------------------
# particles 首页粒子动画背景
# ---------------------------------------------------------------------------------------
particles:
enable: true
2020-11-24 10:52:54 +08:00
# ---------------------------------------------------------------------------------------
# Keep version (Please don't modify)
# ---------------------------------------------------------------------------------------
2020-12-07 15:54:28 +08:00
version: 3.0.4