summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 7e63a2b..b7e0663 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -137,6 +137,20 @@ enableRobotsTXT = true
color_dark = "#a855f7"
color_light = "#7c3aed"
+# Related content configuration
+[related]
+ threshold = 80
+ includeNewer = true
+ toLower = true
+
+ [[related.indices]]
+ name = "categories"
+ weight = 100
+
+ [[related.indices]]
+ name = "tags"
+ weight = 80
+
[[redirects]]
from = '/it/**'
to = '/it/404.html'