-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
66 lines (56 loc) · 1.3 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
65
66
# MAIN base
baseURL = "/"
languageCode = "en-us"
title = "SevaultWallet | Welcome"
theme = "apsho"
disableKinds = ["taxonomy", "taxonomyTerm"]
# Navigation Bar
[[menu.main]]
name = "Home"
url = "#hero"
weight = 1
[[menu.main]]
name = "About"
url = "#feature"
weight = 2
[[menu.main]]
name = "Download"
url = "download/"
weight = 2
[[menu.main]]
name = "FAQ"
url = "#faq"
weight = 3
# Footer Sitemap
[[menu.sitemap]]
name = "Home"
url = "#"
weight = 1
# Copy Privacy Policy from Mobile app
[[menu.sitemap]]
name = "Privacy & Policy"
url = "/privacy"
weight = 3
[[menu.sitemap]]
name = "Contact"
url = "/contact"
weight = 4
# Footer Address
[params.address]
email = "[email protected]"
# Footer Social
[params.social]
discord = "https://discord.gg/rbUQCFSs"
twitter = "https://twitter.com/static_mania"
github = "https://github.com/StaticMania"
[params]
# Header
logo = "images/logo.png"
fabFormURL = "https://fabform.io/f/zWMBVeW"
googleAnalytics = "G-38ETGMEHJ5" # Replace with google analytics key
# Footer
footerTitle = "Get the latest app updates"
copyright1 = "All right reserved"
copyright2 = "Copyright © <a href=\"https://sevaulwalletwallet.com/\" target=\"_blank\">Sevault </a> {year}"
#contact
email = "[email protected]"