diff --git a/assets/images/snigdhaos-favicon.png b/assets/images/snigdhaos-favicon.png new file mode 100644 index 00000000..ea9dc484 Binary files /dev/null and b/assets/images/snigdhaos-favicon.png differ diff --git a/assets/images/snigdhaos-logo.svg b/assets/images/snigdhaos-logo.svg new file mode 100644 index 00000000..180d0104 --- /dev/null +++ b/assets/images/snigdhaos-logo.svg @@ -0,0 +1,18 @@ + + Snigdha OS Web + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/images/snigdhaos-showcase.png b/assets/images/snigdhaos-showcase.png new file mode 100644 index 00000000..4268c9c6 Binary files /dev/null and b/assets/images/snigdhaos-showcase.png differ diff --git a/config/_default/params.toml b/config/_default/params.toml index 68a6e3c9..e04fe5cf 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,9 +1,9 @@ #################### default parameters ################################ # favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation -favicon = "images/favicon.png" +favicon = "images/snigdhaos-favicon.png" # logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation -logo = "images/logo-light.svg" -logo_darkmode = "images/logo-dark.svg" +logo = "images/snigdhaos-logo.svg" +logo_darkmode = "images/snigdhaos-logo.svg" # use `px` or `x` with logo_width, example: "100px". # Note: logo_width is not work with .svg file logo_width = "160px" @@ -38,7 +38,7 @@ preloader = "" # use jpg, png, svg or gif format. # Navigation button [navigation_button] enable = true -label = "Develop" +label = "Get Involve" link = "https://github.com/Snigdha-OS" # search @@ -57,9 +57,9 @@ show_categories = true # seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo [metadata] keywords = ["Snigdha-OS", "Snigdha"] -description = " Be silent when it is time to hear" +description = "Be silent when it is time to hear" author = "eshanized" -image = "images/og-image.png" +image = "images/snigdhaos-showcase.png" # site verifications @@ -76,7 +76,7 @@ mastodon = "" # Your verification code [cookies] enable = true expire_days = 60 -content = "SNIGDHAOS.ORG uses cookies. By continuing to use our website, you agree to their use." +content = "We uses cookies. By continuing to use snigdhaos.org, you agree to their use." button = "Accept" ######################## sidebar widgets #########################