-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.yaml
45 lines (45 loc) · 1.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
# 主题配置文件说明:https://docs.halo.run/zh/developer-guide/theme/config-files
base:
label: '基本设置'
items:
dr_link:
label: Dr.{ Link }
type: text
default: '/about'
placeholder: 'URL'
description: '侧边栏 Dr.{博主昵称} 跳转链接'
background_image:
label: 背景图片
type: text
placeholder: 'URL'
default: ''
canvas_dust:
label: CanvasDust 背景效果
type: radio
data-type: bool
default: true
options:
- value: true
label: 启用
- value: false
label: 禁用
aside_in_right:
label: 侧边栏位于
type: radio
data-type: bool
default: true
options:
- value: true
label: 右侧
- value: false
label: 左侧
copyright:
label: '版权信息(©)'
type: text
placeholder: '版权信息'
default: ''
icp:
label: 'ICP 备案号'
type: text
placeholder: 'ICP 备案号'
default: ''