-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsite-metadata.json
118 lines (118 loc) · 3.66 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"layout_type": "boxed",
"style": "bold",
"palette": "red",
"mode": "dark",
"base_font": "sans-serif",
"header": {
"title": "Podcaster",
"logo": "images/logo.svg",
"logo_alt": "Podcaster logo",
"has_primary_nav": true,
"primary_nav_links": [
{
"label": "Episodes",
"url": "/episodes",
"style": "link"
},
{
"label": "About",
"url": "/about",
"style": "link"
},
{
"label": "Sponsoring",
"url": "/advertising",
"style": "link"
}
],
"has_secondary_nav": true,
"secondary_nav_links": [
{
"label": "Subscribe",
"url": "/subscribe",
"style": "primary"
}
],
"has_anncmnt": true,
"anncmnt_content": "Curabitur ac tellus mattis, tempor ipsum eu, eleifend sapien. **[Learn More](/pricing/)**",
"anncmnt_align": "left",
"anncmnt_is_home_only": true,
"anncmnt_has_close": true,
"anncmnt_id": "new-episode"
},
"footer": {
"logo": "images/logo.svg",
"logo_alt": "Podcaster logo",
"has_primary_nav": true,
"primary_nav_links": [
{
"label": "Episodes",
"url": "/episodes",
"style": "link"
},
{
"label": "Subscribe",
"url": "/subscribe",
"style": "link"
},
{
"label": "Advertising",
"url": "/advertising",
"style": "link"
}
],
"has_secondary_nav": true,
"secondary_nav_links": [
{
"label": "About",
"url": "/about",
"style": "link"
},
{
"label": "Terms",
"url": "/terms-conditions",
"style": "link"
},
{
"label": "Privacy Policy",
"url": "/privacy-policy",
"style": "link"
}
],
"has_tertiary_nav": false,
"has_social": true,
"social_links": [
{
"label": "Twitter",
"url": "https://twitter.com/",
"style": "link",
"has_icon": true,
"icon": "twitter",
"icon_position": "center",
"new_window": true
},
{
"label": "Facebook",
"url": "https://www.facebook.com/",
"style": "link",
"has_icon": true,
"icon": "facebook",
"icon_position": "center",
"new_window": true
},
{
"label": "Instagram",
"url": "https://www.instagram.com/",
"style": "link",
"has_icon": true,
"icon": "instagram",
"icon_position": "center",
"new_window": true
}
],
"content": "© Stackbit. All rights reserved. This Jamstack site was created with <a href=\"https://www.stackbit.com/?utm_source=deployed-footer\" target=\"_blank\" rel=\"noopener\">Stackbit</a>. Create yours <a href=\"https://app.stackbit.com/create?theme=podcaster&utm_source=deployed-footer\" target=\"_blank\" rel=\"noopener\">now</a>"
},
"title": "Stackbit Podcaster Theme",
"domain": "https://green-pluto-346c9.netlify.app"
}