summaryrefslogtreecommitdiffstats
path: root/docs/config/_default/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config/_default/config.toml')
-rw-r--r--docs/config/_default/config.toml19
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/config/_default/config.toml b/docs/config/_default/config.toml
index 60ab99804..30764b5f9 100644
--- a/docs/config/_default/config.toml
+++ b/docs/config/_default/config.toml
@@ -1,5 +1,5 @@
baseURL = "https://gohugo.io/"
-paginate = 100
+paginate = 100
defaultContentLanguage = "en"
enableEmoji = true
# Set the unicode character used for the "return" link in page footnotes.
@@ -48,6 +48,21 @@ baseName = "_headers"
isPlainText = true
notAlternative = true
+[caches]
+[caches.getjson]
+dir = ":cacheDir/:project"
+maxAge = -1
+[caches.getcsv]
+dir = ":cacheDir/:project"
+maxAge = -1
+[caches.images]
+dir = ":resourceDir/_gen"
+maxAge = -1
+[caches.assets]
+dir = ":resourceDir/_gen"
+maxAge = -1
+
+
[related]
threshold = 80
@@ -58,7 +73,7 @@ toLower = false
name = "keywords"
weight = 100
[[related.indices]]
-name = "date"
+name = "date"
weight = 10
pattern = "2006"