forked from losgod/halo-theme-limit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yaml
125 lines (125 loc) · 3.63 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
index:
label: 首页设置
items:
logo:
name: logo
label: 博客文字标志
type: text
placeholder: 'Blog Logo'
title:
name: title
label: 首页标题
type: text
placeholder: '首页标题'
subtitle:
name: subtitle
label: 首页子标题
type: text
placeholder: '首页子标题'
index_cover:
name: index_cover
label: 首页头部装饰图
type: attachment
default: https://cdn.jsdelivr.net/gh/losgod/halo-theme-limit/assets/img/default-bg.jpg
custom_info:
name: custom_info
label: 自定义信息
type: attachment
description: '类似 GitHub Profile Readme, 传入 MarkDown 文件, 或者直接将你的 GitHub Profile Readme 地址写上去。'
default_pic:
name: default_pic
label: 默认图片
type: attachment
default: https://cdn.jsdelivr.net/gh/losgod/halo-theme-limit/assets/img/default-bg.jpg
description: '网站默认图片, 所有使用图片的位置, 如果没有设置, 将默认为此图片。'
default_avatar:
name: default_avatar
label: 默认头像
type: attachment
default: https://cdn.jsdelivr.net/gh/losgod/halo-theme-limit/assets/img/default-avatar.jpeg
description: '网站默认头像, 所有使用头像的位置, 如果没有设置, 将默认为此图片。'
website:
label: 网站设置
items:
icp:
name: icp
label: 'ICP 备案号'
type: text
placeholder: '填入 ICP 备案号,没有则不填. '
TimeStatistics:
name: TimeStatistics
label: '网站运行时间'
type: text
description: '填入起始时间,格式:月/日/年 时:分:秒,如10/01/2019 12:00:00'
cover:
label: 网站图片设置
items:
archives_cover:
name: archives_cover
label: 归档页大图
type: attachment
default: https://cdn.jsdelivr.net/gh/losgod/halo-theme-limit/assets/img/default-bg.jpg
journals_cover:
name: journals_cover
label: 日志页大图
type: attachment
default: https://cdn.jsdelivr.net/gh/losgod/halo-theme-limit/assets/img/default-bg.jpg
category_cover:
name: category_cover
label: 分类页大图
type: attachment
default: https://cdn.jsdelivr.net/gh/losgod/halo-theme-limit/assets/img/default-bg.jpg
search_cover:
name: search_cover
label: 查询页大图
type: attachment
default: https://cdn.jsdelivr.net/gh/losgod/halo-theme-limit/assets/img/default-bg.jpg
tag_cover:
name: tag_cover
label: 标签页大图
type: attachment
default: https://cdn.jsdelivr.net/gh/losgod/halo-theme-limit/assets/img/default-bg.jpg
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
placeholder: '需填入 微博 用户完整地址'
zhihu:
name: zhihu
label: 知乎
type: text
placeholder: '需填入 知乎 用户完整地址'
github:
name: github
label: Github
type: text
placeholder: '需填入 Github 用户完整地址'
email:
name: email
label: Email
type: text
placeholder: '只需填入邮箱地址即可'
qq:
name: qq
label: QQ
type: text
placeholder: '只需填入 QQ 号即可'
steam:
name: steam
label: Steam
type: text
placeholder: '需填入 Steam 用户完整地址'