Files
website/config.toml
2026-01-20 19:49:41 +01:00

45 lines
1.0 KiB
TOML

# The URL the site will be built for
base_url = "https://www.o-cloud.io"
title = "OpenCloud"
description = "Open-source sovereign distributed cloud for trusted peer-to-peer infrastructures."
default_language = "en"
compile_sass = true
theme = "opencloud"
generate_sitemap = true
build_search_index = true
[markdown]
highlight_code = true
highlight_theme = "base16-ocean-dark"
[extra]
project_name = "OpenCloud"
project_short = " "
tagline = "A sovereign, peer-to-peer distributed cloud for trusted partners."
repo_url = "https://cloud.o-forge.io/explore/repos"
primary_cta_label = "Explore the project"
primary_cta_url = "/project"
secondary_cta_label = "View the source"
secondary_cta_url = "https://cloud.o-forge.io"
[[extra.nav_items]]
name = "Project"
url = "/project"
[[extra.nav_items]]
name = "Architecture"
url = "/project/architecture"
[[extra.nav_items]]
name = "Roadmap"
url = "/project/roadmap"
[[extra.nav_items]]
name = "Documentation"
url = "/documentation"
[[extra.nav_items]]
name = "Downloads"
url = "/downloads"