From e4b7ed74ffa8696ed40f5f5b3f4a885f06c8b249 Mon Sep 17 00:00:00 2001 From: "Rika T." Date: Wed, 10 Dec 2025 17:47:57 +0000 Subject: [PATCH] Updated Hugo configuration file to reflect newly created theme, website name, and baseURL --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hugo.toml diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..1c298c4 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://blog.sukaato.moe/' +languageCode = 'en-us' +title = 'SUKAATO' +theme = 'sukaato'