From b54cbd828bbaca962bdde74bf9125b22d5b191fb Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Tue, 2 Apr 2024 01:23:52 +0530 Subject: [PATCH] mass --- assets/images/logo.svg | 18 ++++++++++++++++++ config/_default/params.toml | 8 ++++---- 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 assets/images/logo.svg diff --git a/assets/images/logo.svg b/assets/images/logo.svg new file mode 100644 index 00000000..ea0a71fd --- /dev/null +++ b/assets/images/logo.svg @@ -0,0 +1,18 @@ + + Snigdha OS Web + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/_default/params.toml b/config/_default/params.toml index bdb9f2f3..c1b42580 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -2,8 +2,8 @@ # favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation favicon = "images/favicon.png" # logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation -logo = "images/logo.png" -logo_darkmode = "images/logo-darkmode.png" +logo = "images/logo.svg" +logo_darkmode = "images/logo.svg" # use `px` or `x` with logo_width, example: "100px". # Note: logo_width is not work with .svg file logo_width = "160px" @@ -38,8 +38,8 @@ preloader = "" # use jpg, png, svg or gif format. # Navigation button [navigation_button] enable = true -label = "get a quote" -link = "contact" +label = "Develop" +link = "https://github.com/Snigdha-OS" # search # search module: https://github.com/gethugothemes/hugo-modules/tree/master/search