From 540ad8e3c9d96b9787c69a9d4718c24061326f64 Mon Sep 17 00:00:00 2001 From: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:50:18 +0530 Subject: [PATCH] update to the look and feel of the website Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> --- assets/icons/logo.svg | 4 ++-- assets/scss/_variables_project.scss | 5 +++++ content/en/_index.md | 2 +- hugo.toml | 5 +++-- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 assets/scss/_variables_project.scss diff --git a/assets/icons/logo.svg b/assets/icons/logo.svg index 170beef..204ed2b 100644 --- a/assets/icons/logo.svg +++ b/assets/icons/logo.svg @@ -1,5 +1,5 @@ + width="50%" viewBox="0 0 1200 1200" enable-background="new 0 0 1200 1200" xml:space="preserve"> - \ No newline at end of file + diff --git a/assets/scss/_variables_project.scss b/assets/scss/_variables_project.scss new file mode 100644 index 0000000..e512f08 --- /dev/null +++ b/assets/scss/_variables_project.scss @@ -0,0 +1,5 @@ +$primary: #3c6464; +$secondary: #d9e1d2; + +$google_font_name: 'Space Mono'; +$google_font_family: 'Space+Mono:300,300i,400,400i,700,700i'; diff --git a/content/en/_index.md b/content/en/_index.md index c13488d..46e0e0e 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -2,7 +2,7 @@ title: Ksctl Docs --- -{{< blocks/cover title="Welcome to Ksctl Docs website!" image_anchor="top" height="full" >}} +{{< blocks/cover title="Welcome to Ksctl Documentation!" image_anchor="top" height="full" >}} ![Propsal design](/img/ksctl-logo.svg) diff --git a/hugo.toml b/hugo.toml index 9346cf0..4ee70b6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -133,7 +133,7 @@ prism_syntax_highlighting = true # User interface configuration [params.ui] # Set to true to disable breadcrumb navigation. -breadcrumb_disable = false +breadcrumb_disable = true # Set to true to disable the About link in the site footer footer_about_disable = false # Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar @@ -141,7 +141,8 @@ navbar_logo = true # Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage. navbar_translucent_over_cover_disable = false # Enable to show the side bar menu in its compact state. -sidebar_menu_compact = false +sidebar_menu_compact = true +sidebar_menu_foldable = true # Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) sidebar_search_disable = false showLightDarkModeMenu = true