120 lines
2.2 KiB
TOML
120 lines
2.2 KiB
TOML
# 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 = "product1"
|
|
name = "product 1"
|
|
url = "#blog"
|
|
parent = "product"
|
|
weight = 1
|
|
[[menu.main]]
|
|
identifier = "product2"
|
|
name = "product 2"
|
|
url = "#feature"
|
|
parent = "product"
|
|
weight = 2
|
|
[[menu.main]]
|
|
identifier = "manifesto"
|
|
name = "Manifesto"
|
|
url = "#faq"
|
|
weight = 3
|
|
[[menu.main]]
|
|
identifier = "blog"
|
|
name = "Blog"
|
|
url = "#blog"
|
|
weight = 4
|
|
[[menu.main]]
|
|
identifier = "community"
|
|
name = "Community"
|
|
url = "#"
|
|
weight = 5
|
|
|
|
# Footer Sitemap
|
|
[[menu.sitemap]]
|
|
name = "Home"
|
|
url = "#"
|
|
weight = 1
|
|
[[menu.sitemap]]
|
|
name = "Latest Article"
|
|
url = "/blog"
|
|
weight = 2
|
|
[[menu.sitemap]]
|
|
name = "Privacy & Policy"
|
|
url = "/privacy"
|
|
weight = 3
|
|
[[menu.sitemap]]
|
|
name = "Contact"
|
|
url = "/contact"
|
|
weight = 4
|
|
|
|
# Footer Sitemap1
|
|
[[menu.sitemap1]]
|
|
name = "Developers"
|
|
url = "#"
|
|
weight = 1
|
|
|
|
[[menu.sitemap1]]
|
|
name = "Community"
|
|
url = "#"
|
|
weight = 2
|
|
|
|
[[menu.sitemap1]]
|
|
name = "Gitea repo"
|
|
url = "#"
|
|
weight = 3
|
|
|
|
[[menu.sitemap1]]
|
|
name = "Careers"
|
|
url = "#"
|
|
weight = 4
|
|
|
|
[[menu.sitemap1]]
|
|
name = "Resellers & Partners"
|
|
url = "#"
|
|
weight = 5
|
|
|
|
|
|
# Footer Address
|
|
[params.address]
|
|
address = "RXR5+83"
|
|
email = "contact@federated.computer"
|
|
phone = "+1 415 222 333"
|
|
|
|
# Footer Social
|
|
[params.social]
|
|
instagram = "#"
|
|
twitter = "https://twitter.com/federatedworld"
|
|
github = "#"
|
|
youtube = "#"
|
|
reddit = "https://www.reddit.com/r/federatedworld/"
|
|
nostr = "#"
|
|
|
|
[params]
|
|
|
|
# Header
|
|
logo = "images/logo.png"
|
|
fabFormURL = "https://fabform.io/f/zWMBVeW"
|
|
googleAnalytics = "UA-175025671-2"
|
|
|
|
# Footer
|
|
footerTitle = "Support Digital Sovereignty"
|
|
copyright1 = "All right reserved"
|
|
copyright2 = "Copyright © <a href=\"https://www.federated.computer\" target=\"_blank\">Federated Computer </a> {year}"
|
|
|
|
#contact
|
|
email = "contact@federated.computer"
|