-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.yaml
65 lines (64 loc) · 1.65 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
settings:
label: Setting
items:
header_title:
name: header_title
label: blog title in header
type: text
default: "PaperMod"
home_info_title:
name: home_info_title
label: home info title
type: text
default: "PaperMod"
home_info_content:
name: home_info_content
label: home info content, support HTML
type: textarea
default: >
<p>Welcome to demo of sonic theme PaperMod.</p>
<ul>
<li><strong>PaperMod</strong> is a simple but fast and responsive theme with useful feature-set that enhances UX.</li>
<li>Do give a 🌟 on <a href="https://github.com/jakezhu9/sonic-theme-papermod">Github</a> !</li>
</ul>
copyright:
name: copyright
label: copyright in footer, support HTML
type: textarea
default: >
<span>© 2023 <a href="/">PaperMod-Demo</a></span>
<span>
Powered by
<a href="https://github.com/go-sonic/sonic" rel="noopener noreferrer" target="_blank">Sonic</a> &
<a href="https://github.com/jakezhu9/sonic-theme-papermod" rel="noopener" target="_blank">PaperMod</a>
</span>
sns:
label: SNS
items:
rss:
name: rss
label: RSS
type: radio
data-type: bool
default: true
options:
- value: true
label: Show
- value: false
label: Hide
github:
name: github
label: GitHub
type: text
twitter:
name: twitter
label: Twitter
type: text
email:
name: email
label: Email
type: text
qq:
name: qq
label: QQ
type: text