I am using Hugo to generate a static site. Where should I put my favicon.ico file?
favicon.ico
Putting your favicons in static folder is right. It will be published to public folder once the page is built.
However, using absolute CDN (e.g.: Dropbox) services could be better for page performance.