From f5d4e16ae8b90101ead53f5cdb907ab267dfd32a Mon Sep 17 00:00:00 2001 From: Luca Zeuch Date: Mon, 25 Mar 2024 17:40:17 +0100 Subject: [PATCH] hugo: generate dedicated search-page (#17) Tell Hugo to generate a dedicated search-page, improving UX when using the included search-bar. Currently, it just does nothing; that way, users will be redirected to said dedicated page, listing all more or less matching results. Signed-off-by: Luca Zeuch --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index db82970..9caa6ca 100644 --- a/hugo.toml +++ b/hugo.toml @@ -17,7 +17,7 @@ uglyURLs = true path = 'github.com/McShelby/hugo-theme-relearn' [outputs] - home = [ "HTML", "SEARCH" ] + home = [ "html", "search", "searchpage" ] [params] themeVariant = [