42 lines
804 B
YAML
42 lines
804 B
YAML
general:
|
|
label: 基础设置
|
|
items:
|
|
sub_title:
|
|
name: sub_title
|
|
label: 二级标题
|
|
type: text
|
|
default: 'the site subtitle'
|
|
enable_summary:
|
|
name: enable_summary
|
|
label: 是否显示文章摘要
|
|
type: radio
|
|
data-type: bool
|
|
default: true
|
|
options:
|
|
- value: true
|
|
label: 开启
|
|
- value: false
|
|
label: 关闭
|
|
custom_css:
|
|
name: custom_css
|
|
label: 自定义样式
|
|
type: textarea
|
|
sns:
|
|
label: 社交资料
|
|
items:
|
|
github:
|
|
name: github
|
|
label: Github
|
|
type: text
|
|
wechat:
|
|
name: wechat
|
|
label: wechat
|
|
type: text
|
|
bilibili:
|
|
name: bilibili
|
|
label: bilibili
|
|
type: text
|
|
mail:
|
|
name: mail
|
|
label: mail
|
|
type: text |