Files
website/config.toml
Aiken Harris 173e599c41
All checks were successful
Builds / ExectOS WebSite (push) Successful in 23s
Suppress disabled taxonomy error in Hugo configuration
2026-02-14 12:24:27 +01:00

51 lines
1.1 KiB
TOML

baseURL = "https://exectos.eu.org/"
disableKinds = ["taxonomy"]
title = "ExectOS Operating System"
theme = "exectos"
languageCode = "en-us"
defaultContentLanguage = "en"
ignoreErrors = ["error-disable-taxonomy"]
[menu]
[[menu.main]]
name = "News"
pre = "<div class='fa fa-newspaper-o'></div> "
url = "/news"
weight = 1
[[menu.main]]
name = "Documentation"
pre = "<div class='fa fa-book'></div> "
url = "/documentation"
weight = 2
[[menu.main]]
name = "Contributing"
pre = "<div class='fa fa-code-fork'></div> "
url = "/contributing"
weight = 3
[[menu.main]]
name = "Download"
pre = "<div class='fa fa-cubes'></div> "
url = "/download"
weight = 4
[[menu.main]]
name = "Source Code"
pre = "<div class='fa fa-codepen'></div> "
url = "/source-code"
weight = 5
[[menu.main]]
name = "Discord"
pre = "<div class='fa fa-wechat'></div> "
url = "https://discord.com/invite/zBzJ5qMGX7"
weight = 6
[params]
dateFormat = "Jan 2, 2006"
defaultKeywords = ["ExectOS", "XT", "XTOS", "efi", "gpl", "gpl3", "kernel", "nt", "open source", "os", "osdev", "uefi boot", "win32"]
defaultDescription = "ExectOS Operating System"