Skip to content

Commit

Permalink
🍱 Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayc07 committed Jan 16, 2024
1 parent fbcd6cf commit 75d4fbd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -10,4 +10,6 @@ hugo.darwin
hugo.linux

# Temporary lock file while building
/.hugo_build.lock
/.hugo_build.lock

.DS_Store
6 changes: 6 additions & 0 deletions hugo.yaml
Expand Up @@ -35,6 +35,12 @@ params:
imageTitle: "Random Programming gif" # optional
imageWidth: 300 # custom size
imageHeight: 200 # custom size

assets:
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"

# profileMode:
# enabled: true
Expand Down
Binary file added static/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions static/site.webmanifest
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 75d4fbd

Please sign in to comment.