-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
54 lines (43 loc) · 1 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
baseURL = "https://nimbolus.de/"
languageCode = "en-us"
title = "Nimbolus"
description = "Nimbolus Documentation"
theme = ["docsy"]
enableGitInfo = true
contentDir = "content/en"
defaultContentLanguageInSubdir = true
[languages]
[languages.en]
title = "Nimbolus"
description = "Nimbolus Documentation"
languageName ="English"
weight = 1
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "monokai"
[outputs]
section = ["HTML", "print"]
[params]
copyright = "Nimbolus"
images = ["logo/nimbolus_red_512.png"]
github_repo = "https://github.com/nimbolus/nimbolus.de"
github_branch= "main"
[params.ui.readingtime]
enable = true
[params.ui]
sidebar_menu_compact = false
breadcrumb_disable = false
sidebar_search_disable = false
navbar_logo = true
footer_about_disable = true
[params.mermaid]
enable = true
theme = "neutral"
[[menu.main]]
name = "GitHub"
weight = 50
url = "https://github.com/nimbolus/"
pre = "<i class='fab fa-github'></i>"