website/config.toml
2024-06-16 14:32:38 +02:00

74 lines
1.5 KiB
TOML

baseURL = "https://exectos.eu.org/"
title = "ExectOS Operating System"
theme = "exectos"
languageCode = "en-us"
defaultContentLanguage = "en"
paginate = 10
[menu]
[[menu.main]]
name = "About"
weight = 1
[[menu.main]]
parent = "About"
name = "About ExectOS"
url = "/about-exectos"
weight = 11
[[menu.main]]
parent = "About"
name = "FAQ"
url = "/faq"
weight = 12
[[menu.main]]
name = "Development"
weight = 2
[[menu.main]]
parent = "Development"
name = "Architecture"
url = "/xtos-architecture"
weight = 21
[[menu.main]]
parent = "Development"
name = "Contributing"
url = "/contributing"
weight = 22
[[menu.main]]
parent = "Development"
name = "Source Code"
url = "https://git.codingworkshop.eu.org/xt-sys/exectos"
weight = 23
[[menu.main]]
name = "Downloads"
weight = 3
[[menu.main]]
parent = "Downloads"
name = "ExectOS"
url = "https://artifacts.codingworkshop.eu.org/ExectOS"
weight = 31
[[menu.main]]
parent = "Downloads"
name = "ToolChain"
url = "https://github.com/xt-sys/xtchain/releases"
weight = 32
[[menu.main]]
name = "Discord"
url = "https://discord.com/invite/zBzJ5qMGX7"
weight = 4
[[menu.main]]
name = "Donate"
url = "https://github.com/sponsors/xt-sys/"
weight = 5
[params]
defaultKeywords = ["ExectOS", "XT", "XTOS", "efi", "gpl3", "kernel", "nt", "open source", "os", "osdev", "uefi boot", "win32"]
defaultDescription = "ExectOS Operating System"
[taxonomies]
author = "author"
tag = "tags"