Adding Favicon to Hugo site

Favicon will shows on your browser’s navigation bar, which near the title By adding below files to root URI will add favicons on website. favicon-16x16.png favicon-32x32.png favicon.ico On Hugo, the root URI will convert from content/ folder. The folder structure will result as below: . β”œβ”€β”€ content β”‚ β”œβ”€β”€ assets β”‚ β”œβ”€β”€ pages β”‚ β”œβ”€β”€ favicon-16x16.png β”‚ β”œβ”€β”€ favicon-32x32.png β”‚ β”œβ”€β”€ favicon.ico You’re all set! πŸ‘ Ref. html - How to add favicon to Hugo site - Stack Overflow...

June 7, 2024 Β· 1 min Β· Allen Chan