-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
128 lines (117 loc) · 2.74 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
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
119
120
121
122
123
124
125
126
127
128
# MAIN base
baseURL = "https://www.federated.computer"
languageCode = "en-us"
title = "Federated Computer | A fast, responsive replacement for Google Workplace and much more"
theme = "apsho"
# Navigation Bar
[[menu.main]]
identifier = "home"
name = "Home"
url = "/#hero"
weight = 1
[[menu.main]]
identifier = "product"
name = "Product"
url = "#"
weight = 2
[[menu.main]]
identifier = "description"
name = "Federated Core"
url = "/description"
parent = "product"
weight = 1
[[menu.main]]
identifier = "comparison"
name = "vs Competition"
url = "/comparison"
parent = "product"
weight = 2
[[menu.main]]
identifier = "support"
name = "Support"
url = "/support"
weight = 3
[[menu.main]]
identifier = "documentation"
name = "Docs"
url = "/documentation"
weight = 4
[[menu.main]]
identifier = "community"
name = "Community"
url = "#"
weight = 5
[[menu.main]]
identifier = "merchandise"
name = "Merchandise"
url = "/merchandise"
parent = "community"
weight = 1
[[menu.main]]
identifier = "blog"
name = "Sovereign Reset"
url = "/blog"
parent = "community"
weight = 2
[[menu.main]]
identifier = "projectswelove"
name = "Projects We Love"
url = "/projectswelove"
parent = "community"
weight = 4
# Footer Sitemap
[[menu.sitemap]]
name = "Home"
url = "#"
weight = 1
[[menu.sitemap]]
name = "Latest Blogs"
url = "/blog"
weight = 2
[[menu.sitemap]]
name = "Privacy & Policy"
url = "/privacy"
weight = 3
[[menu.sitemap]]
name = "Team"
url = "/team"
weight = 4
[[menu.sitemap]]
name = "Contact"
url = "/contact"
weight = 5
# Footer Sitemap1
[[menu.sitemap1]]
name = "Developers"
url = "/developers"
weight = 1
[[menu.sitemap1]]
name = "Careers"
url = "/careers"
weight = 2
[[menu.sitemap1]]
name = "Resellers & Partners"
url = "/partners"
weight = 3
# Footer Address
[params.address]
address = "RXR5+83"
email = "[email protected]"
phone = "+1-970-722-8715"
# Footer Social
[params.social]
twitter = "https://twitter.com/federatedworld"
github = "https://github.com/federatedcomputer"
reddit = "https://www.reddit.com/r/federatedworld/"
nostr = "https://iris.to/npub1hpnu5kl8lar2m6wz9s72zrmasr96rsc34r0y8e5sfdswueqeaf6svpj0x7"
[params]
# Header
logo = "images/logo.png"
fabFormURL = "https://fabform.io/f/zWMBVeW"
# googleAnalytics = "UA-175025671-2"
# Footer
footerTitle = "Support Digital Sovereignty"
copyright1 = "All rights reserved"
copyright2 = "Copyright © <a href=\"https://www.federated.computer\" target=\"_blank\">Federated Computer, Inc. </a> {year}. Hosted on a Federated Core."
#contact
email = "[email protected]"