From edc58b052873e949c37b6e795d346f032a802633 Mon Sep 17 00:00:00 2001 From: Arisu Tachibana Date: Mon, 20 Jan 2025 15:32:50 +0900 Subject: [PATCH] hugo: Description updates Signed-off-by: Arisu Tachibana --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 3c07ba8..6235596 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ -baseURL = 'https://aliceinwire.github.io/kci-dev/' +baseURL = 'https://kernelci.github.io/kci-dev/' languageCode = 'en-us' title = 'kci-dev' -description = 'kci-dev is a cmdline tool for interact with a enabled KernelCI server.' +description = 'Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI' contentDir = "docs/" pygmentsCodeFences = true