-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-metadata.json
49 lines (49 loc) · 1.51 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
{
"hamburger_background_image": "images/hamburger.svg",
"bg_image_primary": "images/magical-sycamore.jpg",
"bg_image_secondary": "/images/leaf-light-grey.svg",
"snipcart_api_key": "YOUR SNIPCART API KEY",
"footer_text": "Copyright 2020 Gorky's. All rights reserved.",
"palette": "default",
"palettes": {
"default": {
"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": "Home",
"url": "https://gorky-bookstore.netlify.app/",
"arrow": false,
"type": "action"
},
{
"title": "Store",
"url": "https://gorky-bookstore.netlify.app/store"
},
{
"title": "About",
"url": "https://gorky-bookstore.netlify.app/about"
},
{
"title": "FAQ",
"url": "https://gorky-bookstore.netlify.app/faq"
}
],
"title": "Gorky's",
"logo_light": "images/logo2.png",
"logo_dark": "images/adorable-cabbage.png",
"favicon": "images/enthusiastic-sage.png"
}