-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
64 lines (51 loc) · 1.4 KB
/
config.toml
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
baseURL = "https://scintillating.us"
languageCode = "en-us"
title = "Scintillating"
description = "Empowering distributed technology."
theme = "meghna"
# Menu
[menu]
[[menu.nav]]
name = "Delphus"
URL = "#about"
weight = 2
[[menu.nav]]
name = "News"
URL = "#news"
weight = 3
[[menu.nav]]
name = "Team"
URL = "#our-team"
weight = 4
[[menu.nav]]
name = "Advisors"
URL = "#advisors"
weight = 5
[[menu.nav]]
name = "Contact"
URL = "#contact-us"
weight = 6
[[menu.nav]]
name = "Blog"
URL = "https://blog.scintillating.us"
weight = 7
[params]
home= "Home"
logo = "images/logo.png"
gmapAPI = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBI14J_PNWVd-m0gnUBkjmhoQyNyd7nllA"
# footer
[params.footer]
copyright = "Scintillating"
copyrightURL = "https://scintillating.us"
[[params.footer.socialIcon]]
icon = "tf-ion-social-facebook"
url = "https://www.facebook.com/groups/2120872521296834/"
[[params.footer.socialIcon]]
icon = "tf-ion-social-twitter"
url = "https://twitter.com/@DelphusDapp"
[[params.footer.socialIcon]]
icon = "tf-ion-social-linkedin"
url = "https://www.linkedin.com/company/scintillating/"
[[params.footer.socialIcon]]
icon = "tf-ion-chatbubbles"
url = "https://discord.gg/Xst7TR3"