From b29098dc3e651dc5439c877e32894655237fbf17 Mon Sep 17 00:00:00 2001 From: Christian Aribaud Date: Sun, 1 Jun 2025 18:50:41 +0200 Subject: [PATCH] Set URL for publication --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index ce5e138..c30f99a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://example.org/' +baseURL = 'https://silicate.aribaud.net/' languageCode = 'en-us' title = 'Silicate' enableGitInfo = true