This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
redemption/settings.yaml

53 lines
1.0 KiB
YAML

general:
label: 基础设置
items:
sub_title:
name: sub_title
label: 二级标题
type: text
default: 'the site subtitle'
enable_mathJax:
name: enable_mathJax
label: 是否使用 MathJax
type: radio
data-type: bool
default: true
options:
- value: true
label: 开启
- value: false
label: 关闭
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