2022-03-16 22:40:38 +01:00
|
|
|
[module]
|
|
|
|
[module.hugoVersion]
|
2022-08-05 22:39:43 +02:00
|
|
|
min = "0.95.0"
|
2022-04-02 15:29:34 +02:00
|
|
|
|
2022-11-02 00:14:19 +01:00
|
|
|
[mediaTypes]
|
|
|
|
[mediaTypes."text/javascript"]
|
|
|
|
suffixes = ["js"]
|
|
|
|
|
2022-04-02 15:29:34 +02:00
|
|
|
[outputFormats]
|
|
|
|
[outputFormats.PRINT]
|
|
|
|
name= "PRINT"
|
2022-07-15 00:03:11 +02:00
|
|
|
baseName = "index.print"
|
2022-04-02 15:29:34 +02:00
|
|
|
isHTML = true
|
|
|
|
mediaType = 'text/html'
|
|
|
|
permalinkable = false
|
2022-08-23 21:09:20 +02:00
|
|
|
noUgly = true
|
2022-11-02 00:14:19 +01:00
|
|
|
|
|
|
|
[outputFormats.SEARCH]
|
|
|
|
name= "SEARCH"
|
|
|
|
baseName = "index.search"
|
|
|
|
isPlainText = true
|
|
|
|
mediaType = 'text/javascript'
|
|
|
|
permalinkable = false
|
|
|
|
noUgly = true
|
2022-11-17 22:12:18 +01:00
|
|
|
|
|
|
|
[outputFormats.SERCHPAGE]
|
|
|
|
name= "SEARCHPAGE"
|
|
|
|
baseName = "search"
|
|
|
|
isHTML = true
|
|
|
|
mediaType = 'text/html'
|
|
|
|
permalinkable = false
|
|
|
|
noUgly = true
|