From 1ec39606a7b53c74c6a2676c51f1bc7d67bd341d Mon Sep 17 00:00:00 2001 From: Iuri Date: Tue, 6 Jan 2026 15:39:38 +0100 Subject: Localization --- config/_default/hugo.toml | 78 +++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'config/_default/hugo.toml') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 87eb814..d18fd9e 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -4,7 +4,7 @@ theme = "blowfish" # UNCOMMENT THIS LINE baseURL = "https://www.antico.dev/" -defaultContentLanguage = "en" +defaultContentLanguage = "it" # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles @@ -19,51 +19,51 @@ enableEmoji = true # googleAnalytics = "G-XXXXXXXXX" [pagination] - pagerSize = 100 + pagerSize = 100 [imaging] - anchor = 'Center' + anchor = 'Center' [taxonomies] - tag = "tags" - category = "categories" - author = "authors" - series = "series" + tag = "tags" + category = "categories" + author = "authors" + series = "series" [sitemap] - changefreq = 'daily' - filename = 'sitemap.xml' - priority = 0.5 + changefreq = 'daily' + filename = 'sitemap.xml' + priority = 0.5 [outputs] - home = ["HTML", "RSS", "JSON"] + home = ["HTML", "RSS", "JSON"] [related] - threshold = 0 - toLower = false - - [[related.indices]] - name = "tags" - weight = 100 - - [[related.indices]] - name = "categories" - weight = 100 - - [[related.indices]] - name = "series" - weight = 50 - - [[related.indices]] - name = "authors" - weight = 20 - - [[related.indices]] - name = "date" - weight = 10 - - [[related.indices]] - applyFilter = false - name = 'fragmentrefs' - type = 'fragments' - weight = 10 + threshold = 0 + toLower = false + + [[related.indices]] + name = "tags" + weight = 100 + + [[related.indices]] + name = "categories" + weight = 100 + + [[related.indices]] + name = "series" + weight = 50 + + [[related.indices]] + name = "authors" + weight = 20 + + [[related.indices]] + name = "date" + weight = 10 + + [[related.indices]] + applyFilter = false + name = 'fragmentrefs' + type = 'fragments' + weight = 10 -- cgit v1.2.3