-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
62 lines (53 loc) · 922 Bytes
/
_config.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
# 菜单栏
menu:
# - name: 归档
# url: /archives/
# - name: 友链
# url: /friends/
# - name: 留言
# url: /messages/
# - name: 关于
# url: /about/
comment:
enable: false
type: # waline | giscus
# Waline https://waline.js.org/
waline:
serverURL:
options:
# Giscus https://giscus.app/zh-CN
giscus:
repo:
repoid:
category:
categoryid:
mapping:
term:
reactionsenabled:
emitmetadata:
inputposition:
loading:
search:
enable: false
type: # algolia
# Docsearch https://docsearch.algolia.com/apply/
algolia:
appId:
apiKey:
indexName:
# 友链模块
friends:
# - name: xxx's blog
# avatar: https://xx.png
# link: https://blog.xxx.com
# desc: xxx
footer:
builtUpTime: # 2020-05-20 13:14:00
# 社交链接
socialLink:
# - name: Email
# link: mailto:xx@xx.com
# - name: RSS
# link: rss link
# 主题色
primaryColor: '#10b981'