khusika / FeelIt

A clean, elegant but advanced blog theme for Hugo
https://feelit.khusika.dev
MIT License
164 stars 60 forks source link

[FEATURE] Improve svg-icons automation for favicon #34

Closed ghost closed 3 years ago

ghost commented 3 years ago

When using SVG, should it not override all other favicons?

the files in example site static folder: image site example config: image

microsoft edge app install (here it shows svg): image app install confirmation (here it shows favicon instead) image

windows tile: 2223 taskbar tile: image

khusika commented 3 years ago

When using SVG, should it not override all other favicons?

Declare your svg icon on site.webmanifest

khusika commented 3 years ago

Currently, Hugo does not support SVG image processing. So, the only way is to do it manually.