forked from halo-dev/halo-theme-pinghsu
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.yaml
132 lines (132 loc) · 2.69 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
general:
label: 基本设置
items:
footer_logo:
name: footer_logo
label: 页尾 logo
type: attachment
search_page:
name: search_page
label: 搜索页地址
type: text
pjax:
name: pjax
label: PJAX 加速设置
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
dns:
name: dns
label: DNS 预解析加速
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
fast_click:
name: fast_click
label: 移动端点击延迟消除插件
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
style:
label: 样式设置
items:
post_list:
name: post_list
label: 首页文章列表
type: radio
data-type: string
default: three
options:
- value: three
label: 三栏
- value: one
label: 单栏
post_color:
name: post_color
label: 文章色块设置
type: radio
data-type: bool
default: false
options:
- value: true
label: 开启
- value: false
label: 关闭
post_picture:
name: post_picture
label: 文章题图设置
type: radio
data-type: bool
default: false
options:
- value: true
label: 开启
- value: false
label: 关闭
post_toc:
name: post_toc
label: 文章目录设置
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
post_highlight:
name: post_highlight
label: 代码高亮设置
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
post_mathjax:
name: post_mathjax
label: 文章 Mathjax 设置
type: radio
data-type: bool
default: false
options:
- value: true
label: 开启
- value: false
label: 关闭
sns:
label: 社交资料设置
items:
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