From bba9312386885a39ef8b1131c21cdd76d6574bf1 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Thu, 29 Dec 2022 20:35:18 +0000 Subject: [PATCH] allow custom searchable fields --- exampleSite/config/_default/params.toml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 2059339..44ca38a 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -20,6 +20,8 @@ # By default the template will look for icons under the icons directory. In some situations you might wanna change that. edit the line below # iconsPath = 'icons/' +otherSearchableFields = ["Tags", "Categories", "CustomField"] # As they appear in frontmatter + # Site logo [logo] lightMode = "images/compose.svg" -- Gitblit v1.10.0