-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
62 lines (52 loc) · 1.7 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
51
52
53
54
55
56
57
58
59
60
61
62
baseURL = 'https://wiki.gobolinux.org/'
languageCode = 'en-us'
title = 'GoboLinux Documentation'
theme = "hugo-theme-relearn"
disablePathToLower = true
# Required in cases the project is *not* hosted under the root directory of the domain
# relativeURLs = false
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
editURL = "https://github.com/gobolinux/Documentation/edit/master/content/"
description = "Documentation for GoboLinux"
author = "NEONsys.org"
themeVariant = "gobolinux"
titleSeparator = "::"
disableLandingPageButton = true
showVisitedLinks = true
disableInlineCopyToClipBoard = true
disableSeoHiddenPages = true
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 5
ordered = false
[markup.highlight]
style = "rrt" # choose a color theme or create your own
guessSyntax = false # if set to true, avoid unstyled code if no language was given but mermaid code fences will not work anymore
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-globe'></i> Homepage"
url = "https://gobolinux.org/"
weight = 0
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Repository"
url = "https://github.com/gobolinux"
weight = 1
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-users'></i> Community"
url = "https://gobolinux.discourse.group/"
weight = 2
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-book'></i> Recipes"
url = "https://github.com/gobolinux/Recipes"
weight = 3
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-download'></i> Download ISO"
url = "https://gobolinux.org/downloads.html"
weight = 4
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
url = "https://gobolinux.org/screenshots.html"
weight = 5