From 2bac083bbdbb9f1267b01d7214010f011f91548c Mon Sep 17 00:00:00 2001 From: ruinivist Date: Tue, 23 Jun 2026 19:43:32 +0000 Subject: [PATCH] chore: set baseurl --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index a4d4515..24e26ad 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,5 @@ -baseURL = "https://example.org/" +# you would want to change this +baseURL = "https://starless.ruiny.de/" locale = "en-us" title = "starless" theme = "starless"