From a6ed0bf8ac39d3bec1d3f4630791c6c52f077434 Mon Sep 17 00:00:00 2001 From: tamsin woo Date: Wed, 28 Feb 2024 14:20:52 -0800 Subject: [PATCH] basic site config --- hugo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 7e568b8..fea7ae5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,4 @@ -baseURL = 'https://example.org/' +baseURL = 'https://estradiol.cloud/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'estradiol.cloud' +theme = 'risotto'