diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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' |
