summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-09-21 19:05:40 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-09-21 19:05:40 +0200
commitc0370e0ee3f12efe5f82b219f56b5c71f04f2329 (patch)
treee26cab95ae8d64862ef47631327dd3a18db470c9 /docs/config.toml
parent5c3b2103688475b2cb824f372d2131e39581a3ab (diff)
parentba45da9d03056447e4873de13d4e0f8d658a769b (diff)
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/config.toml b/docs/config.toml
index 63dff16ea..521ff9dee 100644
--- a/docs/config.toml
+++ b/docs/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"
@@ -52,7 +66,7 @@ twitter = "GoHugoIO"
[params]
description = "The world’s fastest framework for building websites"
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
- release = "0.27-DEV"
+ release = "0.28-DEV"
## Setting this to true will add a "noindex" to *EVERY* page on the site
removefromexternalsearch = false
## Gh repo for site footer (include trailing slash)