-
Notifications
You must be signed in to change notification settings - Fork 22
/
settings.yaml
119 lines (105 loc) · 2.04 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
general:
label: 基础设置
items:
index_slogn:
name: index_slogn
label: 首页描述
type: text
tags_slogn:
name: tags_slogn
label: 标签页描述
type: text
archives_slogn:
name: archives_slogn
label: 归档页描述
type: text
index_cover:
name: index_cover
label: 首页顶部图
type: attachment
tags_cover:
name: tags_cover
label: 标签页顶部图
type: attachment
archives_cover:
name: archives_cover
label: 归档页顶部图
type: attachment
notice:
name: notice
label: 公告
type: textarea
sns:
label: 社交设置
items:
rss:
name: rss
label: RSS
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
weibo:
name: weibo
label: 微博
type: text
zhihu:
name: zhihu
label: 知乎
type: text
github:
name: github
label: Github
type: text
twitter:
name: twitter
label: Twitter
type: text
facebook:
name: facebook
label: Facebook
type: text
bilibili:
name: bilibili
label: BiliBili
type: text
style:
label: 样式设置
items:
sidebar:
name: sidebar
label: 侧边栏
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
sidebar_tags:
name: sidebar_tags
label: 侧边栏标签
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏
sidebar_links:
name: sidebar_links
label: 侧边栏友链
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 隐藏