-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
34 lines (34 loc) · 916 Bytes
/
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
baseurl: "/"
title: 'Planty'
init_js: js/main.js
page_load_js: js/page_load.js
page_unload_js: js/page_unload.js
params:
favicon: 'images/favicon.png'
logo_dark: 'images/logo.svg'
logo_light: 'images/logo-white.svg'
hamburger_background_image: /images/leaf-light-grey.svg
bg_image_primary: /images/header.jpg
bg_image_primary_opacity: 60
bg_image_secondary: /images/leaf-light-grey.svg
bg_image_product: /images/leaf.svg
snipcart_api_key: ''
footer_text: 'Copyright 2021 Planty Inc. All rights reserved.'
palette: green
main_menu:
- title: Store
url: /store
style: link
- title: About
url: /about
style: link
- title: FAQ
url: /faq
style: link
sass:
input_file: sass/main.scss.njk
output_file: assets/css/main.css
outputStyle: nested
precision: 10
templates:
body_class: "{{ page.layout }}-template palette-{{ site.params.palette }}"