X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=hugo.toml;h=0c555d4c987315847eb2b41107c26dba9948cea9;hb=refs%2Ftags%2Frelease_10032023-1741;hp=ee78795600e30578d0a61e6e932d636a531f900a;hpb=917cea5d697f56bc848874e91a13b577996039fc;p=danix.xyz.git diff --git a/hugo.toml b/hugo.toml index ee78795..0c555d4 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" @@ -22,8 +22,9 @@ paginate = 10 author_nickname = "danix" description = "here's where I think out loud" dateFormat = "2 January 2006" - mainSections = ["articles"] + mainSections = ["articles", "article"] faviconSizes = [16, 32, 48] + imageSizes = [360, 480, 736, 980, 1280, 1680] [permalinks] articles = '/articles/:year/:month/:title/' @@ -59,3 +60,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 +