summaryrefslogtreecommitdiff
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
authorIuri <iuricube@gmail.com>2026-01-06 15:39:38 +0100
committerIuri <iuricube@gmail.com>2026-01-06 15:39:38 +0100
commit1ec39606a7b53c74c6a2676c51f1bc7d67bd341d (patch)
tree2dc21c28474fd4b1dd9372ad21e4602a05fe041e /config/_default/hugo.toml
parenta023ba9ed7cc6d6da62e54d533ba6dca000db9d6 (diff)
Localization
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r--config/_default/hugo.toml78
1 files changed, 39 insertions, 39 deletions
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