-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
74 lines (67 loc) · 1.92 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
63
64
65
66
67
68
69
70
71
72
73
74
baseURL = "https://docs.libreweb.org"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "LibreWeb Documentation"
theme = "libredocs"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[params]
editURL = "https://gitlab.melroy.org/libreweb/docs-website/-/tree/master/content/"
description = "LibreWeb Documentation"
author = "Melroy van den Berg"
showVisitedLinks = false
disableBreadcrumb = false
disableNextPrev = false
disableLandingPageButton = false
ordersectionsby = "weight"
themeVariant = "blue"
# For create diagrams enable Mermaid
disableMermaid = true
customMermaidURL = "https://unpkg.com/[email protected]/dist/mermaid.min.js"
titleSeparator = "-"
landingPageName = "<i class='fas fa-home'></i> Home"
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-gitlab'></i> GitLab Project"
identifier = "repo"
url = "https://gitlab.melroy.org/libreweb"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-globe'></i> LibreWeb Homepage"
identifier = "home"
url = "https://libreweb.org"
weight = 11
[outputs]
home = [ "HTML", "RSS", "JSON"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
#[Languages]
#[Languages.en]
#title = "LibreWeb Documentation"
#weight = 1
#languageName = "English"
#landingPageURL = "/en"
#landingPageName = "<i class='fas fa-home'></i> Home"
#
#[[Languages.en.menu.shortcuts]]
#name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
#identifier = "ds"
#url = "https://github.com/matcornic/hugo-theme-learn"
#weight = 10
#
#[[Languages.en.menu.shortcuts]]
#name = "<i class='fas fa-fw fa-camera'></i> Showcases"
#url = "showcase"
#weight = 11
#
#[[Languages.en.menu.shortcuts]]
#name = "<i class='fas fa-fw fa-bookmark'></i> Hugo Documentation"
#identifier = "hugodoc"
#url = "https://gohugo.io/"
#weight = 20
#
#[[Languages.en.menu.shortcuts]]
#name = "<i class='fas fa-fw fa-bullhorn'></i> Credits"
#url = "/credits"
#weight = 30