-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.toml
More file actions
51 lines (43 loc) · 1.21 KB
/
config.toml
File metadata and controls
51 lines (43 loc) · 1.21 KB
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
baseURL = "https://opm.github.io/ResInsight-UserDocumentation/"
#baseURL = "https://resinsight.org/"
languageCode = "en-us"
title = "ResInsight"
theme = "hugo-theme-relearn"
[params]
disableSearch = false
ordersectionsby = "weight"
disableShortcutsTitle = true
themeVariant = 'relearn'
disableLandingPageButton = true
# Note that this setting can increase build times significantly.
# https://mcshelby.github.io/hugo-theme-relearn/configuration/sidebar/menus/index.html#expander-for-submenus
collapsibleMenu = true
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 1
[[menu.shortcuts]]
name = "<i class='fas fa-info-circle'></i> About"
identifier = "about"
url = "/about"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-download'></i> Download and Install"
identifier = "download"
url = "/releases"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa fa-university'></i> Training"
identifier = "training"
url = "/training"
weight = 20
[[menu.shortcuts]]
name = "<i class='far fa-question-circle'></i> Support"
identifier = "support"
url = "/support"
weight = 20