-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.archer.yml
executable file
·131 lines (126 loc) · 3.17 KB
/
_config.archer.yml
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
120
121
122
123
124
125
126
127
128
129
130
131
# ========== Profile ========== #
# avatar
avatar: /avatar/Avatar.jpg
# author name
author: Eric
# signature
signature: 折腾实在是有趣
# SNS (you can custom the order)
social:
email:
github: //github.com/alwaystest
# 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:
friendB:
friendC:
about:
enable: false
image: '/intro/about-bg.jpg'
# ========== Site ========== #
# title of the site (good for SEO)
SEO_title: Eric's Studio
# keywords for site (good for SEO)
SEO_keywords:
- hexo
- 'hexo-theme'
- 'hexo-blog'
# main title shown in header image
main_title: Eric's Studio
# subtitle
subtitle: 保持好奇,日拱一卒。
# site haeder image
site_header_image: 'https://picsum.photos/1200/800'
# post haeder image
post_header_image: 'https://picsum.photos/1200/800'
# 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:
# 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:
# gitalk site: https://github.com/gitalk/gitalk#options
gitalk_client_id:
gitalk_client_secret:
gitalk_admin:
gitalk_owner:
gitalk_repo:
# utteranc site: https://utteranc.es/
utteranc_repo: alwaystest/Blog
utteranc_label: comment
utteranc_theme: preferred-color-scheme
utteranc_issue_term: title
# ========== Analytics ========== #
# enable Busuanzi analytics
busuanzi: true
# fill in pv or uv
busuanzi_pv_or_uv: 'uv'
# custom analytic slogan, '${count}' is the analytic number, DO NOT modify it.
busuanzi_slug: 'UV: ${count} :)'
# Baidu analytics
baidu_analytics:
# Google analytics
google_analytics: 'G-8MMV4FNB4Z'
# CNZZ analytics
CNZZ_analytics:
# ========== Others ========== #
# favicon
favicon:
# 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="https://creativecommons.org/licenses/by/4.0/">知识共享署名-非商业性使用 4.0 国际许可协议</a>进行许可'