-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
47 lines (41 loc) · 1.08 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
baseURL = "https://the-going.github.io/evlproject/"
canonifyurls = true
languageCode = "en-US"
title = "Xenomai 4"
theme = "relearn"
copyright = "Copyright 2021 - The Xenomai project."
enableGitInfo = true
[params]
author = "Philippe Gerum <[email protected]>"
description = "Xenomai 4 project"
disableSearch = false
disableInlineCopyToClipBoard = true
disableBreadcrumb = false
themeVariant = "evl"
disableShortcutsTitle = true
disableLandingPageButton = true
evlTrackingKernel = "v5.15"
evlLTSBranch = "v5.10.y"
evlLTSLatest = "v5.10.76-evl2"
evlLibLatest = "r28"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.shortcuts]]
name = "<i class='fas fa-home'></i> Home"
identifier = "Home"
#url = "/"
weight = 1
[[menu.shortcuts]]
name = "<i class='fas fa-comments'></i> RIOT channel"
identifier = "RIOT"
url = "https://riot.im/app/#/room/#evlproject:matrix.org/"
weight = 2
[[menu.shortcuts]]
name = "<i class='fas fa-comment-dots'></i> Mailing list"
identifier = "ML"
url = "https://xenomai.org/mailman/listinfo/xenomai/"
weight = 3
[outputs]
home = [ "HTML", "RSS", "JSON"]