From 0d97573aa18687fa72e8f89ed73195f84a20dc37 Mon Sep 17 00:00:00 2001 From: andrzej Date: Wed, 13 Nov 2024 22:16:57 +0100 Subject: [PATCH] add theme to toml --- hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.toml b/hugo.toml index 7e568b8..a6dda10 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,4 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' +theme = "cuqui"