From a994313adcf06d40560be33ad6d6a110b34dbaac Mon Sep 17 00:00:00 2001 From: Ville Lindholm Date: Fri, 26 Jul 2024 12:58:01 +0300 Subject: [PATCH] fix casing error for theme in hugo.toml --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 6895008..4660e00 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' -theme = 'papermod' +theme = 'PaperMod'