athul / archie

A minimal Hugo Theme
https://athul.github.io/archie
MIT License
977 stars 299 forks source link

Favicon ? #62

Open blogdemoi opened 1 year ago

blogdemoi commented 1 year ago

Hello,

Thank you for this theme. How can I add a favicon? I see there is one on the demo site.

athul commented 1 year ago

Hi,

For favicon, there is a configuration option. You can provide the URL for the favicon in the config.toml/yml file of the site.

https://github.com/athul/archie/blob/04e48d996f4173a2c7918c4941ff5952e1febb08/config.toml#L12

Here is the code that is used in the demo site. You can find the demo site in the site branch.

Cheers.

blogdemoi commented 1 year ago

Thank you for your reply, it works.

However do you know if this is enough? I read a tuto to show icons in Hugo and it specifies different icons for different browsers:

android-chrome-192x192.png android-chrome-512x512.png apple-touch-icon.png favicon-16x16.png favicon-32x32.png