diff --git a/config.toml b/config.toml index 39a7bb973..9a09ef7c0 100644 --- a/config.toml +++ b/config.toml @@ -45,6 +45,20 @@ baseName = "_headers" isPlainText = true notAlternative = true +[related] + +threshold = 80 +includeNewer = true +toLower = false + +[[related.indices]] +name = "keywords" +weight = 100 +[[related.indices]] +name = "date" +weight = 10 +pattern = "2006" + [social] twitter = "GoHugoIO"