X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=hugo.toml;h=185c8c6949f8d49c75197dc44dcd7b8b365a0972;hb=refs%2Ftags%2Frelease_28022023-1825;hp=ee78795600e30578d0a61e6e932d636a531f900a;hpb=917cea5d697f56bc848874e91a13b577996039fc;p=danix.xyz.git diff --git a/hugo.toml b/hugo.toml index ee78795..185c8c6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -11,7 +11,7 @@ paginate = 10 name = "Danilo 'danix' M." [social] - spotify = "danixland" + spotify = "1166786773" twitter = "danixland" instagram = "danixland" github = "danixland" @@ -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 +