From ce31cee04aaeb344b5316d12020fe0e4f5d93919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 13 Sep 2017 20:44:30 +0200 Subject: [PATCH] Add "See Also" config --- config.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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"