diff options
| author | Iuri <iuricube@gmail.com> | 2026-01-06 21:33:10 +0100 |
|---|---|---|
| committer | Iuri <iuricube@gmail.com> | 2026-01-06 21:33:10 +0100 |
| commit | ccdc1692951ff04cd85633a13f95f8a3c63ebf4d (patch) | |
| tree | de82697ecefec3306f87da2c403af115ed4f9724 /config/_default/hugo.toml | |
| parent | 1ec39606a7b53c74c6a2676c51f1bc7d67bd341d (diff) | |
Prod ready
Diffstat (limited to 'config/_default/hugo.toml')
| -rw-r--r-- | config/_default/hugo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
