-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-info.js
48 lines (47 loc) · 1.26 KB
/
site-info.js
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
var siteData = {
"settings": {
"title": "Animegeeks",
"description": "The true anime community",
"logo": "https://i.ibb.co/HC9GK3Z/Add-a-heading-removebg-preview.png",
"icon": "https://demo.ghost.io/content/images/2017/07/favicon.png",
"accent_color": null,
"cover_image": "https://demo.ghost.io/content/images/2019/10/publication-cover.png",
"facebook": "ghost",
"twitter": "@oyeTewari",
"lang": "en",
"timezone": "Etc/UTC",
"codeinjection_head": null,
"codeinjection_foot": "<script src=\"//rum-static.pingdom.net/pa-5d8850cd3a70310008000482.js\" async></script>",
"navigation": [
{
"label": "Home",
"url": "/"
},
{
"label": "About",
"url": "/about/"
},
{
"label": "Getting Started",
"url": "/tag/getting-started/"
},
{
"label": "Try Ghost",
"url": "https://ghost.org"
}
],
"secondary_navigation": [],
"meta_title": null,
"meta_description": null,
"og_image": null,
"og_title": null,
"og_description": null,
"twitter_image": null,
"twitter_title": null,
"twitter_description": null,
"members_support_address": "noreply@demo.ghost.io",
"url": "https://demo.ghost.io/"
},
"meta": {}
};
export default siteData;