-
Notifications
You must be signed in to change notification settings - Fork 0
/
site-metadata.json
47 lines (47 loc) · 1.33 KB
/
site-metadata.json
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
{
"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_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",
"palettes": {
"green": {
"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": [
{
"title": "Store",
"url": "/store",
"style": "link"
},
{
"title": "About",
"url": "/about",
"style": "link"
},
{
"title": "FAQ",
"url": "/faq",
"style": "link"
}
],
"title": "Planty"
}