From 6d359a200cea6e9098b0eb3e3aa023f74e67cb14 Mon Sep 17 00:00:00 2001 From: Mariano Riefolo Date: Thu, 19 Sep 2024 09:29:46 +0200 Subject: [PATCH] feat: configure baseURL and title --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 7e568b8..d130dfa 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,3 @@ -baseURL = 'https://example.org/' +baseURL = 'https://riefolo.me' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'Mariano Riefolo'