-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.theme.bak.yml
More file actions
119 lines (114 loc) · 2.88 KB
/
_config.theme.bak.yml
File metadata and controls
119 lines (114 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# ========== Profile ========== #
# avatar
avatar: /avatar.png
# author name
author: Maple
# signature
signature: coding & have fun
# SNS (you can custom the order)
social:
email: llkj13579@126.com
github: //github.com/mapleincode
# wechat and qq should be a path of qr-code image
wechat:
qq:
telegram:
weibo:
zhihu:
douban:
facebook:
twitter:
instagram:
stack-overflow:
segmentFault:
juejin:
v2ex:
bilibili:
linkedin:
steam:
others:
rss:
# friends
# friends:
# friendA: //www.baidu.com
# friendB: //www.google.com
# friendC:
about:
enable: false
image: '/intro/about-bg.jpg'
# ========== Site ========== #
# title of the site (good for SEO)
SEO_title: Maple's Blog
# keywords for site (good for SEO)
# SEO_keywords:
# - hexo
# - blog
# main title shown in header image
main_title: Maple's Blog.
# subtitle
subtitle: keep coding and having fun
# site haeder image
site_header_image: '/assets/11.jpg'
# post haeder image
post_header_image: '/assets/11.jpg'
# 404 image
_404_image: '/intro/404-bg.jpg'
# ========== Search ========== #
algolia_search:
enable: false
hits:
per_page: 10
labels:
input_placeholder: Search for Posts
hits_empty: "We did not find any results for the search: ${query}"
hits_stats: "${hits} results found in ${time} ms"
# ========== Comment ========== #
# Fill in the field to enable the corresponding comment plugin
# If you want to add other comment plugin, edit in "custom.ejs"
comment:
# Livere site: https://livere.com/
livere_uid:
# Disqus site: https://disqus.com/
disqus_shortname: blog-mapleincode-com
# Gitment site: https://github.com/imsun/gitment
gitment_owner:
gitment_repo:
gitment_client_id:
gitment_client_secret:
# Youyan site: http://www.uyan.cc/
youyan_uid:
# Valine site: https://valine.js.org/
valine_appId:
valine_appKey:
valine_placeHolder:
# ========== Analytics ========== #
# enable Busuanzi analytics
busuanzi: true
# fill in pv or uv
busuanzi_pv_or_uv: 'pv'
# custom analytic slogan, '${count}' is the analytic number, DO NOT modify it.
busuanzi_slug: '访问人数: ${count} '
# Baidu analytics
baidu_analytics:
# Google analytics
google_analytics:
# CNZZ analytics
CNZZ_analytics:
# ========== Others ========== #
# favicon
favicon: '/assets/favicon.ico'
# truncate length of abstracts in index page (the default is 300, there will be no abstruct if you input 0)
truncate_length:
# enable toc
toc: true
# word count & reading time
reading_info: true
# intro height (the default is 50 percents of the screen, you can input other number)
index_intro_height: 50
post_intro_height: 50
about_intro_height: 50
# copyright
copyright:
enable: true
# https://creativecommons.org/
license: '本文采用<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">知识共享署名-非商业性使用 4.0 国际许可协议</a>进行许可'