From ccdc1692951ff04cd85633a13f95f8a3c63ebf4d Mon Sep 17 00:00:00 2001 From: Iuri Date: Tue, 6 Jan 2026 21:33:10 +0100 Subject: Prod ready --- config/_default/hugo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/_default/hugo.toml') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index d18fd9e..5c9b510 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -5,6 +5,7 @@ theme = "blowfish" # UNCOMMENT THIS LINE baseURL = "https://www.antico.dev/" defaultContentLanguage = "it" +timeZone = "Europe/Rome" # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles @@ -19,7 +20,7 @@ enableEmoji = true # googleAnalytics = "G-XXXXXXXXX" [pagination] - pagerSize = 100 + pagerSize = 10 [imaging] anchor = 'Center' @@ -31,7 +32,7 @@ enableEmoji = true series = "series" [sitemap] - changefreq = 'daily' + changefreq = 'weekly' filename = 'sitemap.xml' priority = 0.5 -- cgit v1.2.3