-
-
Notifications
You must be signed in to change notification settings - Fork 231
Expand file tree
/
Copy pathhugo.toml
More file actions
54 lines (48 loc) · 1.23 KB
/
hugo.toml
File metadata and controls
54 lines (48 loc) · 1.23 KB
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
[module]
[module.hugoVersion]
min = '0.141.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.source]
name= 'source'
baseName = 'index.source'
isHTML = false
mediaType = 'text/markdown'
permalinkable = false
noUgly = true
# unused since 7.0.0 but left in here to generate warnings
[outputFormats.search]
name= 'search'
baseName = 'index.searchindex'
isHTML = true
mediaType = 'text/html'
permalinkable = false
noUgly = true
# unused since 7.0.0 but left in here to generate warnings
[outputFormats.searchpage]
name= 'searchpage'
baseName = 'index.searchpage'
isHTML = true
mediaType = 'text/html'
permalinkable = false
noUgly = true
[params.relearn.dependencies]
[params.relearn.dependencies.math]
name = 'Math'
[params.relearn.dependencies.mermaid]
name = 'Mermaid'
[params.relearn.dependencies.openapi]
name = 'OpenApi'
[params.relearn.dependencies.search]
name = 'Search'
[params.relearn.dependencies.theme]
name = 'Theme'