X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=hugo.toml;h=185c8c6949f8d49c75197dc44dcd7b8b365a0972;hb=c35103dc67d206bcac67484ba3b3a9c70e938cd6;hp=d0576c8cbfffb076ec2bad13d9ec92dc729fd495;hpb=68ec04c8ddfd6d850374b20c8572721b35b5b80a;p=danix.xyz.git diff --git a/hugo.toml b/hugo.toml index d0576c8..185c8c6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -59,3 +59,14 @@ paginate = 10 simple = true [privacy.youtube] privacyEnhanced = true + +[outputs] + home = ["HTML", "SearchIndex"] + +[outputFormats] + [outputFormats.SearchIndex] + mediaType = "application/json" + baseName = "searchindex" + isPlainText = true + notAlternative = true +