From 4cf87244edd4d1e4d2544eacbca562ebdcca41f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 21 Nov 2023 00:59:46 +0100 Subject: [PATCH] config: wildspace --- exampleSite/config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml index 5513ff3b9b..9feb43d6e5 100644 --- a/exampleSite/config/_default/config.toml +++ b/exampleSite/config/_default/config.toml @@ -15,7 +15,7 @@ relativeURLs = true # true -> rewrite all relative URLs to be relative to the cu # if you set uglyURLs to false, this theme will append 'index.html' to any branch bundle link # so your page can be also served from the file system; if you don't want that, # set disableExplicitIndexURLs=true in the [params] section -uglyURLs = false # true -> basic/index.html -> basic.html +uglyURLs = false # true -> basic/index.html -> basic.html # the directory where Hugo reads the themes from; this is specific to your # installation and most certainly needs be deleted or changed