33 lines
640 B
TOML
33 lines
640 B
TOML
|
[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.SERCHPAGE]
|
||
|
name= "SEARCHPAGE"
|
||
|
baseName = "search"
|
||
|
isHTML = true
|
||
|
mediaType = 'text/html'
|
||
|
permalinkable = false
|
||
|
noUgly = true
|