-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
57 lines (45 loc) · 1.09 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://epic-gateway.org'
languageCode = 'en-us'
title = ''
enableRobotsTXT = true
disableKinds = ["taxonomy", "RSS"]
ignoreErrors = ["error-disable-taxonomy"]
[[menu.main]]
name = "Source"
weight = 50
url = "https://github.com/epic-gateway"
pre = "<i class='fab fa-github'></i>"
[[menu.main]]
name = "Acnodal"
weight = 60
url = "https://www.acnodal.io"
[module]
proxy = "direct"
# uncomment line below for temporary local development of module
# replacements = "github.com/google/docsy -> ../../docsy"
[module.hugoVersion]
extended = true
min = "0.73.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false
[params.ui]
navbar_logo = true
sidebar_menu_compact = true
ul_show = 1
sidebar_menu_foldable = true
sidebar_cache_limit = 1000
[params.mermaid]
enable = true
theme = "neutral"
[params.markmap]
enable = true
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[markup.goldmark.renderer]
unsafe= true