Skip to content

Commit

Permalink
chore: πŸ”₯ replace png with svg icon
Browse files Browse the repository at this point in the history
1.4 MB to 21 KB πŸ’€
  • Loading branch information
ringohoffman committed Dec 14, 2022
1 parent 3eb8260 commit 83dad5c
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 127 deletions.
10 changes: 5 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
# website description for RSS, SEO, Open Graph and Twitter Cards
description = "A place to document my learnings"
# website images for Open Graph and Twitter Cards
images = ["/blogu.png"]
images = ["/blogu.svg"]

# Header config
[params.header]
Expand Down Expand Up @@ -149,7 +149,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
# whether to omit favicon resource links
noFavicon = false
# modern SVG favicon to use in place of older style .png and .ico files
svgFavicon = "/blogu_icon.svg"
svgFavicon = "/blogu.svg"
# Android browser theme color
themeColor = "#ffffff"
# Safari mask icon color
Expand Down Expand Up @@ -189,7 +189,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
# Gravatar Email for preferred avatar in home page
gravatarEmail = ""
# URL of avatar shown in home page
avatarURL = "/blogu.png"
avatarURL = "/blogu.svg"
# title shown in home page (HTML format is supported)
title = ""
# subtitle shown in home page (HTML format is supported)
Expand Down Expand Up @@ -470,7 +470,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
# Publisher info
[params.page.seo.publisher]
name = "ringohoffman"
logoUrl = "/blogu.png"
logoUrl = "/blogu.svg"

# TypeIt config
[params.typeit]
Expand Down Expand Up @@ -687,7 +687,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
[languages.en.params.home.profile]
enable = true
gravatarEmail = ""
avatarURL = "/blogu.png"
avatarURL = "/blogu.svg"
title = ""
subtitle = "A place where I document my learnings"
typeit = false
Expand Down
Binary file removed static/blogu.png
Binary file not shown.
Loading

0 comments on commit 83dad5c

Please sign in to comment.