-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathconfig.yml
More file actions
124 lines (124 loc) · 3.4 KB
/
Copy pathconfig.yml
File metadata and controls
124 lines (124 loc) · 3.4 KB
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
baseurl: "/"
title: "Stackbit App Theme"
init_js: "js/init.js"
page_load_js: "js/page-load.js"
page_unload_js: "js/page-unload.js"
params:
layout_type: full-width
style: minimal
palette: blue
mode: light
base_font: sans-serif
header:
title: App
logo: "images/logo.svg"
logo_alt: App logo
has_primary_nav: true
primary_nav_links:
- label: Pricing
url: /pricing
style: link
- label: About
url: /about
style: link
- label: Blog
url: /blog
style: link
- label: Style Guide
url: /style-guide
style: link
has_secondary_nav: true
secondary_nav_links:
- label: App Store
url: /pricing
style: primary
- label: Google Play
url: /pricing
style: secondary
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:
logo: "images/logo.svg"
logo_alt: App logo
has_primary_nav: true
primary_nav_title: Company
primary_nav_links:
- label: About
url: /about
style: link
- label: Style Guide
url: /style-guide
style: link
has_secondary_nav: true
secondary_nav_title: Blog
secondary_nav_links:
- label: News
url: /blog/category/news
style: link
- label: General
url: /blog/category/general
style: link
- label: Tutorials
url: /blog/category/tutorials
style: link
has_tertiary_nav: true
tertiary_nav_title: Legal
tertiary_nav_links:
- label: Terms & Conditions
url: /terms-conditions
style: link
- label: Privacy Policy
url: /privacy-policy
style: link
has_social: true
social_links:
- label: Twitter
url: https://twitter.com/
style: link
has_icon: true
icon: twitter
icon_position: center
new_window: true
- label: GitHub
url: https://github.com/
style: link
has_icon: true
icon: github
icon_position: center
new_window: true
- label: LinkedIn
url: https://www.linkedin.com/
style: link
has_icon: true
icon: linkedin
icon_position: center
new_window: true
- label: YouTube
url: https://www.youtube.com/
style: link
has_icon: true
icon: youtube
icon_position: center
new_window: true
- 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=app&utm_source=deployed-footer" target="_blank" rel="noopener">now</a>
sass:
input_file: sass/main.scss
output_file: css/main.css
indentWidth: 4
outputStyle: expanded
precision: 10
templates:
body_class: "layout-{{ site.params.layout_type }} style-{{ site.params.style }} palette-{{ site.params.palette }} mode-{{ site.params.mode }} font-{{ site.params.base_font }}"