-
Notifications
You must be signed in to change notification settings - Fork 0
/
site-metadata.json
37 lines (37 loc) · 958 Bytes
/
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
{
"siteUrl": "https://www.libertascrypto.org",
"base_font": "nunito-sans",
"palette": "blue",
"favicon": "images/favicon.png",
"header": {
"logo_img": "images/logo.png",
"logo_img_alt": "Libertas Staking Logo",
"has_nav": true,
"nav_links": [
{
"label": "Home",
"url": "/",
"style": "link"
},
{
"label": "Blog",
"url": "/blog",
"style": "link"
},
{
"label": "Contact",
"url": "/contact",
"style": "link"
},
{
"label": "Start delegate",
"url": "/delegate",
"style": "primary"
}
]
},
"footer": {
"content": "© Libertas Staking. All rights reserved."
},
"title": "Libertas Staking"
}