forked from McShelby/hugo-theme-relearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (38 loc) · 927 Bytes
/
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
[module]
[module.hugoVersion]
min = "0.95.0"
[mediaTypes]
[mediaTypes."text/javascript"]
suffixes = ["js"]
[outputFormats]
[outputFormats.PRINT]
name= "PRINT"
baseName = "index.print"
isHTML = true
mediaType = 'text/html'
permalinkable = false
noUgly = true
[outputFormats.SEARCH]
name= "SEARCH"
baseName = "index.search"
isPlainText = true
mediaType = 'text/javascript'
permalinkable = false
noUgly = true
[outputFormats.SEARCHPAGE]
name= "SEARCHPAGE"
baseName = "search"
isHTML = true
mediaType = 'text/html'
permalinkable = false
noUgly = true
[params.relearn.dependencies]
[params.relearn.dependencies.mathjax]
name = "MathJax"
location = "footer"
[params.relearn.dependencies.mermaid]
name = "Mermaid"
location = "footer"
[params.relearn.dependencies.openapi]
name = "OpenApi"
location = "footer"