From f951584c0bde33f53afa9c01196ba1ec2d9c9e4f Mon Sep 17 00:00:00 2001 From: Miepee Date: Thu, 29 Aug 2024 16:15:57 +0200 Subject: [PATCH] test things out --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index 82706b8..9713863 100644 --- a/hugo.toml +++ b/hugo.toml @@ -117,6 +117,9 @@ enableRobotsTXT = true # e.g. 'title_reverse'. geekdocFileTreeSortBy = "title" + # Add optional page description to the search result list. + geekdocSearchShowDescription = true + # (Optional, default none) Adds a "Content licensed under " line to the footer. # Could be used if you want to define a default license for your content. [params.geekdocContentLicense]