From a294c825c8264d24ef14fd61c6b9a73f084b9354 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 12 Aug 2023 13:21:04 +0530 Subject: [PATCH] Update with refer link to fuse docs --- config.yml | 2 +- content/posts/papermod/papermod-features/index.md | 2 +- content/posts/papermod/papermod-installation.md | 2 +- content/posts/papermod/papermod-variables.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index bd01ded..fc63d7d 100644 --- a/config.yml +++ b/config.yml @@ -188,7 +188,7 @@ params: # distance: 1000 # threshold: 0.4 # minMatchCharLength: 0 - # limit: 10 + # limit: 10 # refer: https://www.fusejs.io/api/methods.html#search # keys: ["title", "permalink", "summary", "content"] markup: diff --git a/content/posts/papermod/papermod-features/index.md b/content/posts/papermod/papermod-features/index.md index 74ddd73..94a9e4a 100644 --- a/content/posts/papermod/papermod-features/index.md +++ b/content/posts/papermod/papermod-features/index.md @@ -215,7 +215,7 @@ params: distance: 1000 threshold: 0.4 minMatchCharLength: 0 - limit: 10 + # limit: 10 # refer: https://www.fusejs.io/api/methods.html#search keys: ["title", "permalink", "summary", "content"] ``` diff --git a/content/posts/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index 355bca2..7a6e8ad 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -251,7 +251,7 @@ params: distance: 1000 threshold: 0.4 minMatchCharLength: 0 - limit: 10 + limit: 10 # refer: https://www.fusejs.io/api/methods.html#search keys: ["title", "permalink", "summary", "content"] menu: main: diff --git a/content/posts/papermod/papermod-variables.md b/content/posts/papermod/papermod-variables.md index 4a36278..bfd7daa 100644 --- a/content/posts/papermod/papermod-variables.md +++ b/content/posts/papermod/papermod-variables.md @@ -136,7 +136,7 @@ fuseOpts: distance: 1000 threshold: 0.4 minMatchCharLength: 0 - limit: 10 + limit: 10 # refer: https://www.fusejs.io/api/methods.html#search keys: ["title", "permalink", "summary", "content"] ## can be less but not more than shown in list ```