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

99 lines
2.1 KiB
YAML
Raw Normal View History

2021-12-28 17:05:11 +08:00
general:
label: 基础设置
2021-12-28 08:36:20 +08:00
items:
2022-02-09 17:45:14 +08:00
title:
name: title
label: 标题
type: text
2022-11-01 16:39:08 +08:00
default: '救赎之路'
2021-12-28 17:05:11 +08:00
sub_title:
name: sub_title
2022-11-01 16:39:08 +08:00
label: 短语
2021-12-28 17:05:11 +08:00
type: text
2022-11-01 16:39:08 +08:00
default: 'Always For Freedom'
footer_title:
name: footer_title
label: 脚注
type: text
default: 'Designed by 7Wate . Proudly published with Halo'
open_kaiwang:
name: open_kaiwang
label: 是否显示开往
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 关闭
open_foreverblog:
name: open_foreverblog
label: 是否显示十年之约
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 关闭
2021-12-28 17:05:11 +08:00
sns:
2022-11-01 16:39:08 +08:00
label: 社交链接
2021-12-28 17:05:11 +08:00
items:
2022-11-01 16:39:08 +08:00
about:
name: github
label: 关于
type: text
2021-12-28 17:05:11 +08:00
github:
name: github
label: Github
type: text
bilibili:
name: bilibili
label: 哔哩哔哩
2021-12-28 17:05:11 +08:00
type: text
mail:
name: mail
label: 邮箱
type: text
2022-11-01 16:39:08 +08:00
comment:
label: 评论设置
items:
open_comment:
name: open_comment
label: 是否开启评论
type: radio
data-type: bool
default: false
options:
- value: true
label: 显示
- value: false
label: 关闭
description: '开启评论需要编辑 /source/plugins/comment/halo-comment.min.js 搜索 baseUrl 关键字.
{baseUrl:"https://blog.7wate.com/"} 并将双引号内地址改为自己博客地址即可正常开启评论。
'
2022-02-09 17:45:14 +08:00
photos:
label: 图库设置
items:
2022-11-01 16:39:08 +08:00
open_photos:
name: open_photos
label: 是否显示图库
type: radio
data-type: bool
default: true
options:
- value: true
label: 显示
- value: false
label: 关闭
2022-02-09 17:45:14 +08:00
photoTitle:
name: photoTitle
label: 标题
type: text
photodes:
name: photodes
2022-11-01 16:39:08 +08:00
label: 短语
2022-02-09 17:45:14 +08:00
type: textarea