From 93204a3660ae990d8f79cde0b250b4da19a6311a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dom=C3=ADnguez?= Date: Sun, 3 May 2026 12:14:26 -0400 Subject: [PATCH] make changes to structure according to Hugo recommendations --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 29bf736..4d6b665 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ baseURL = 'https://nvim.pro' -languageCode = 'en-us' +languageLocale = 'en-us' title = "Nvim.Pro ~ links to my website, profile and contact information" theme = "LucentLink-Hugo" minVersion = "0.115.0"