From 55a730c909a2c8b38fa3223765dac7110efff2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Krzy=C5=BCanowski?= Date: Fri, 17 Jan 2025 01:24:51 +0100 Subject: [PATCH] Update hugo config --- hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 4660e00..59adb20 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = 'https://krzyzanowski.dev/blog' +languageCode = 'pl-pl' +title = 'Maciej Krzyżanowski' theme = 'PaperMod'