From a276b9409c01dcf0adc07c4e5b699278de4ba276 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 1 Feb 2026 17:52:09 -0500 Subject: [PATCH] feature: added keyword and description parameters for meta tags in HTML head element --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 1b7b001..3951518 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,5 @@ -baseURL = "https://blog.sukaato.moe/" +# baseURL = "https://blog.sukaato.moe/" +baseURL = "http://localhost:1313" defaultContentLanguage = "en" languageCode = "en-us" languageName = "English"