-
Notifications
You must be signed in to change notification settings - Fork 2
/
hugo.toml
46 lines (39 loc) · 902 Bytes
/
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
baseURL = 'https://aliceinwire.github.io/kci-dev/'
languageCode = 'en-us'
title = 'kci-dev'
description = 'kci-dev is a cmdline tool for interact with a enabled KernelCI server.'
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 = "testretry"
pageRef = "testretry/"
weight = 20
[[menu.main]]
name = "results"
url = "results/"
weight = 20