-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhugo.toml
62 lines (51 loc) · 1.15 KB
/
hugo.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
51
52
53
54
55
56
57
58
59
60
61
62
baseURL = 'https://kernelci.github.io/kci-dev/'
languageCode = 'en-us'
title = 'kci-dev'
description = 'Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI'
contentDir = "docs/"
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsStyle = "tango"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "tango"
[params.ui]
sidebar_search_disable = true
navbar_logo = false
footer_about_enable = true
ul_show = 1
sidebar_menu_foldable = true
sidebar_cache_limit = 1000
[menu]
[[menu.main]]
name = "Home"
pageRef = "/"
weight = 10
[[menu.main]]
name = "checkout"
pageRef = "checkout/"
weight = 20
[[menu.main]]
name = "config"
pageRef = "config/"
weight = 20
[[menu.main]]
name = "config_file"
pageRef = "config_file/"
weight = 20
[[menu.main]]
name = "testretry"
pageRef = "testretry/"
weight = 20
[[menu.main]]
name = "results"
url = "results/"
weight = 20
[[menu.main]]
name = "maestro-results"
url = "maestro-results/"
weight = 20