-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathsettings.yaml
96 lines (94 loc) · 2.89 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
# nonk8s
apiVersion: v1alpha1
kind: Setting
metadata:
name: halo-theme-chirpy-setting
spec:
forms:
- group: basics
label: 全局设置
formSchema:
- $formkit: radio
name: enable_site_info
label: 站点信息开关
value: false
help: 右侧侧栏下方是否显示站点信息(halo中定义的页脚)
options:
- label: 开启
value: true
- label: 关闭
value: false
- $formkit: text
name: copyrightAgreement
label: 版权协议
value: "CC BY 4.0"
- $formkit: url
name: copyrightAgreementUrl
label: 版权协议地址
placeholder: 请输入版权协议地址
value: "https://creativecommons.org/licenses/by/4.0/"
- $formkit: text
name: footerCopyrightAgreement
label: 页脚版权协议
value: "Except where otherwise noted, the blog posts on this site are licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author."
help: 页脚 "All rights reserved" 浮现时显示的版权协议
- group: sidebar
label: 侧栏
formSchema:
- $formkit: repeater
name: socials
label: 社交链接
value:
- icon: fab fa-github
url: https://github.com/airbozh
- icon: fab fa-twitter
url: https://twitter.com/
- icon: fas fa-envelope
url: mailto:i@airbozh.cn
- icon: fas fa-rss
url: /feed.xml
max: 5
children:
- $formkit: text
name: icon
label: 图标
value: ""
required: true
- $formkit: text
name: url
label: 链接
value: ""
required: true
- group: post
label: 文章
formSchema:
- $formkit: repeater
name: share
label: 分享设置
value:
- name: Telegram
icon: fa-fw fab fa-telegram
url: https://t.me/share/url?url=@URL
- name: Facebook
icon: fa-fw fab fa-facebook-square
url: https://www.facebook.com/sharer/sharer.php?u=@URL
- name: Twitter
icon: fa-fw fa-brands fa-square-x-twitter
url: https://twitter.com/intent/tweet?&url=@URL
max: 5
children:
- $formkit: text
name: name
label: 名称
value: ""
required: true
- $formkit: text
name: icon
label: 图标
value: ""
required: true
- $formkit: text
name: url
label: 链接
value: ""
required: true