forked from kalfheim/simply-blog-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.yaml
147 lines (130 loc) · 4.99 KB
/
theme.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
name: Simply Blog
author: Kristoffer Alfheim
homepage: https://github.com/krisawzm/simply-blog-theme
description: Is it a bird? Is it a plane? No, it is just a simple blog!
code: Simply-Blog
form:
tabs:
fields:
#
# General tab.
#
name:
label: Blog Name
comment: The name of the blog, or your own name. This is displayed in the menu section and page titles.
default: Mr. Foo Bar
tab: General
avatar:
label: Avatar Picture
comment: The avatar picture in the menu section. Size should be 120 x 120 px.
default: https://www.gravatar.com/avatar/default?s=120
tab: General
whoami:
label: Blog Description
comment: The text under "Who am I?". Keep it short.
type: textarea
size: tiny
default: ''
tab: General
color_scheme:
label: Color Scheme
comment: Main color scheme.
tab: General
type: dropdown
default: blue
options:
blue: Blue
red: Red
green: Green
orange: Orange
pink: Pink
purple: Purple
gray: Gray
content_max_width:
label: Content Max Width
comment: The maximum width of the content section. This is useful to prevent your blog posts from stretching across a big screen.
tab: General
type: dropdown
default: 800
options:
600: 600 px
700: 700 px
800: 800 px
1000: 1000 px
1200: 1200 px
stretch: Always stretch to full width
content_font_size:
label: Content Font Size
comment: Font size used in the content section.
tab: General
type: dropdown
default: 16
options:
14: 14 px
15: 15 px
16: 16 px
17: 17 px
18: 18 px
19: 19 px
20: 20 px
#
# Social Buttons tab.
#
social_buttons:
type: repeater
tab: Social Buttons
form:
fields:
fa:
label: Font-Awesome Icon
comment: See https://fortawesome.github.io/Font-Awesome/icons/
type: dropdown
span: left
options:
bitbucket: bitbucket
codepen: codepen
delicious: delicious
deviantart: deviantart
dribbble: dribbble
facebook: facebook
flickr: flickr
github: github
instagram: instagram
jsfiddle: jsfiddle
lastfm: lastfm
leaf: leaf (OctoberCMS)
linkedin: linkedin
paypal: paypal
pinterest: pinterest
reddit: reddit
skype: skype
slack: slack
spotify: spotify
stack-exchange: stack-exchange
stack-overflow: stack-overflow
tumblr: tumblr
twitch: twitch
twitter: twitter
vine: vine
youtube: youtube
color:
label: Brand Color (See brandcolors.net)
type: colorpicker
span: right
href:
label: URL
comment: The full URL to your profile. It is recommended to begin the URL with two forward slash. Eg: //twitter.com/krisawzm
#
# Meta tab.
#
meta_author:
label: Author
comment: Contents of the <meta name="author"> element.
tab: Meta
meta_lang:
label: Language Code
comment: Language code in <body lang="$x">
default: en
tab: Meta
require:
- RainLab.Blog