-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
152 lines (152 loc) · 3.65 KB
/
config.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
148
149
150
151
152
title: Stackbit DIY Theme
baseURL: /
params:
layout_type: boxed
style: classic
palette: green
mode: light
base_font: serif
header:
type: header
title: DIY
logo: images/classic/logo.svg
logo_alt: DIY logo
has_primary_nav: true
primary_nav_links:
- type: action
label: Features
url: /features
style: link
- type: action
label: Pricing
url: /pricing
style: link
- type: action
label: About
url: /about
style: link
- type: action
label: Blog
url: /blog
style: link
- type: action
label: Style Guide
url: /style-guide
style: link
has_secondary_nav: true
secondary_nav_links:
- type: action
label: Contact
url: /contact
style: link
- type: action
label: Get Started
url: /pricing
style: primary
has_anncmnt: true
anncmnt_content: >-
Curabitur ac tellus mattis, tempor ipsum eu, eleifend sapien. **[Learn
More](/pricing/)**
anncmnt_align: left
anncmnt_is_home_only: true
anncmnt_has_close: true
anncmnt_id: new-features
footer:
type: footer
logo: images/classic/logo.svg
logo_alt: DIY logo
has_primary_nav: true
primary_nav_title: Company
primary_nav_links:
- type: action
label: About
url: /about
style: link
- type: action
label: Style Guide
url: /style-guide
style: link
has_secondary_nav: true
secondary_nav_title: Blog
secondary_nav_links:
- type: action
label: News
url: /blog/category/news
style: link
- type: action
label: General
url: /blog/category/general
style: link
- type: action
label: Tutorials
url: /blog/category/tutorials
style: link
has_tertiary_nav: true
tertiary_nav_title: Legal
tertiary_nav_links:
- type: action
label: Terms & Conditions
url: /terms-conditions
style: link
- type: action
label: Privacy Policy
url: /privacy-policy
style: link
has_social: true
social_links:
- type: action
label: Twitter
url: 'https://twitter.com/'
style: link
has_icon: true
icon: twitter
icon_position: center
new_window: true
- type: action
label: GitHub
url: 'https://github.com/'
style: link
has_icon: true
icon: github
icon_position: center
new_window: true
- type: action
label: LinkedIn
url: 'https://www.linkedin.com/'
style: link
has_icon: true
icon: linkedin
icon_position: center
new_window: true
- type: action
label: YouTube
url: 'https://www.youtube.com/'
style: link
has_icon: true
icon: youtube
icon_position: center
new_window: true
- type: action
label: Vimeo
url: 'https://vimeo.com/'
style: link
has_icon: true
icon: vimeo
icon_position: center
new_window: true
content: >-
© Stackbit. All rights reserved. This Jamstack site was created with
<a href="https://www.stackbit.com/?utm_source=deployed-footer"
target="_blank" rel="noopener">Stackbit</a>. Create yours <a
href="https://app.stackbit.com/create?theme=diy&utm_source=deployed-footer"
target="_blank" rel="noopener">now</a>
taxonomies:
stub: stub
disableKinds:
- RSS
- taxonomy
- taxonomyTerm
markup:
goldmark:
renderer:
unsafe: true