-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-metadata.json
55 lines (55 loc) · 1.42 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
48
49
50
51
52
53
54
55
{
"title": "Planty",
"snipcart_api_key": "MzM1ZWI1ZTgtNDFjZS00MGNlLTk3NjYtMTRmOTg1NzE5ZTliNjM3NDI4ODU2NDg3ODk3NzE4",
"footer_text": "Copyright 2020 Planty Inc. All rights reserved.",
"logo_light": "/images/lefsii logo white.svg",
"logo_dark": "/images/perpetual-aspen.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": "default",
"palettes": {
"default": {
"type": "palette",
"template": "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",
"template": "action",
"title": "E-pood",
"url": "/store",
"arrow": false
},
{
"type": "action",
"template": "action",
"title": "About",
"url": "/about",
"arrow": false
},
{
"type": "action",
"template": "action",
"title": "FAQ",
"url": "/faq",
"arrow": false
}
]
}