update relatedPosts config

This commit is contained in:
Dominic Reich 2024-12-21 21:07:56 +01:00
parent 8d4b1bb7f0
commit 21064cf840
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -110,7 +110,7 @@ taxonomy = [ "HTML" ]
[related] [related]
includeNewer = true includeNewer = true
threshold = 80 threshold = 80
toLower = false toLower = true
[[related.indices]] [[related.indices]]
name = "title" name = "title"
@ -120,6 +120,10 @@ taxonomy = [ "HTML" ]
name = "summary" name = "summary"
weight = 30 weight = 30
[[related.indices]]
name = "description"
weight = 30
[[related.indices]] [[related.indices]]
name = "tags" name = "tags"
weight = 30 weight = 30