Initial import
This commit is contained in:
73
config.toml
Normal file
73
config.toml
Normal file
@@ -0,0 +1,73 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user