logo update

This commit is contained in:
2024-04-02 01:36:07 +05:30
parent b54cbd828b
commit 9b62376fe2
5 changed files with 26 additions and 8 deletions

View File

@@ -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.svg"
logo_darkmode = "images/logo.svg"
logo = "images/logo-light.svg"
logo_darkmode = "images/logo-dark.svg"
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
logo_width = "160px"