-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
62 lines (62 loc) · 1.28 KB
/
_config.yml
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
title: Planty
baseurl: /
permalink: '/:title/'
snipcart_api_key: ''
footer_text: Copyright 2020 Planty Inc. All rights reserved.
logo_light: images/logo-white.svg
logo_dark: images/logo.svg
favicon: images/favicon.png
hamburger_background_image: /images/leaf-light-grey.svg
bg_image_primary: /images/header.jpg
bg_image_secondary: /images/leaf-light-grey.svg
bg_image_product: /images/leaf.svg
palette: green
palettes:
green:
type: palette
sass:
default: '#FFFFFF'
light: '#F0F0F0'
medium: '#6B797A'
dark: '#384647'
active: '#88DD9B'
active_light: '#C0FDB6'
active_medium: '#5C9174'
active_dark: '#547567'
dark_grey: '#273132'
light_grey: '#6B797A'
bg_image_cart: /images/leaf-light-grey.svg
main_menu:
- type: action
title: Store
url: /store
style: link
- type: action
title: About
url: /about
style: link
- type: action
title: FAQ
url: /faq
style: link
sass:
style: nested
precision: 10
plugins:
- jekyll-menus
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE.md
- README.md
- netlify.toml
- stackbit-build.sh
- stackbit-pull.js
collections:
posts:
permalink: '/posts/:title/'