-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (42 loc) · 1.09 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
baseURL = "https://exectos.eu.org/"
disableKinds = ["taxonomy"]
title = "ExectOS Operating System"
theme = "exectos"
languageCode = "en-us"
defaultContentLanguage = "en"
paginate = 10
[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"