-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
57 lines (49 loc) · 1.57 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
baseURL = "https://untrustedmodders.github.io/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Hugo Learn Documentation"
theme = "hugo-theme-relearn"
themesdir = "themes/"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[params]
editURL = "https://github.com/untrustedmodders/untrustedmodders.github.io/tree/main/content/"
description = "Documentation for Plugify"
author = "untrustedmodders"
favicon = true
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
disableLandingPageButton = true
disableMermaid = false
# Change default color scheme with a variant one. Can be "red", "blue", "green".
themeVariant = "blue"
customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
titleSeparator = "::"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "Documentation for Plugify"
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"
identifier = "ds"
url = "https://github.com/untrustedmodders/"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-discord'></i> Discord"
url = "https://discord.gg/rX9TMmpang"
weight = 11
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> Generator"
identifier = "hugodoc"
url = "https://untrustedmodders.github.io/plugify-generator"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Credits"
url = "/credits"
weight = 30