From 0a969fdee355258a4e6d22617215a2bb2416637d Mon Sep 17 00:00:00 2001 From: Sped0n Date: Fri, 3 Nov 2023 16:14:58 +0800 Subject: [PATCH] fix(hugo.toml): fix website title to match theme name for consistency and clarity --- exampleSite/config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml index 2ffe3f2..c87d919 100644 --- a/exampleSite/config/_default/hugo.toml +++ b/exampleSite/config/_default/hugo.toml @@ -5,7 +5,7 @@ themesdir = '../..' # theme name theme = 'Bridget' # website title -title = 'bridget' +title = 'Bridget' # don't touch this disableKinds = ["section", "taxonomy", "term", "home"] # robots.txt