forked from halo-dev/halo-theme-KeepIt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yaml
227 lines (227 loc) · 4.99 KB
/
settings.yaml
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
general:
label: 基本设置
items:
home_mode:
name: home_mode
label: 首页模式
type: select
default: post
options:
- value: post
label: 文章列表
- value: other
label: 个人资料
show_thumbnail:
name: show_thumbnail
label: 文章缩略图
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
social:
label: 社交
items:
Github:
name: Github
label: Github
type: text
placeholder: '只需填入 Github 用户名即可'
LinkedIn:
name: LinkedIn
label: LinkedIn
type: text
placeholder: '只需填入 LinkedIn 用户名即可'
Twitter:
name: Twitter
label: Twitter
type: text
placeholder: '只需填入 Twitter 用户名即可'
Instagram:
name: Instagram
label: Instagram
type: text
placeholder: '只需填入 Instagram 用户名即可'
Email:
name: Email
label: Email
type: text
placeholder: '只需填入邮箱即可'
Facebook:
name: Facebook
label: Facebook
type: text
placeholder: '只需填入 Facebook 用户名即可'
Telegram:
name: Telegram
label: Telegram
type: text
placeholder: '只需填入 Telegram 用户名即可'
Stackoverflow:
name: Stackoverflow
label: Stackoverflow
type: text
placeholder: '只需填入 Stackoverflow 用户名即可'
Weibo:
name: Weibo
label: Weibo
type: text
placeholder: '只需填入 Weibo 用户名即可'
Steam:
name: Steam
label: Steam
type: text
placeholder: '只需填入 Steam 用户名即可'
Twitch:
name: Twitch
label: Twitch
type: text
placeholder: '只需填入 Twitch 用户名即可'
Zhihu:
name: Zhihu
label: Zhihu
type: text
placeholder: '只需填入 Zhihu 用户名即可'
Douban:
name: Douban
label: Douban
type: text
placeholder: '只需填入 Douban 用户名即可'
socialShare:
label: 文章分享
items:
socialShare:
name: socialShare
label: 社交分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
shareTwitter:
name: shareTwitter
label: Twitter 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
shareFacebook:
name: shareFacebook
label: Facebook 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
shareReddit:
name: shareReddit
label: Reddit 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
shareLinkedin:
name: shareLinkedin
label: Linkedin 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
sharePinterest:
name: sharePinterest
label: Pinterest 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
shareHackerNews:
name: shareHackerNews
label: HackerNews 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
shareMix:
name: shareMix
label: Mix 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
shareTumblr:
name: shareTumblr
label: Tumblr 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
shareVKontakte:
name: shareVKontakte
label: VKontakte 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
shareDouban:
name: shareDouban
label: Douban 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
shareWeibo:
name: shareWeibo
label: Weibo 分享
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭