I am using Hugo to generate a static site. Where should I put my favicon.ico
file?
Static files (like logo image or favicon) goes to the "static" folder If you are using:
Both will be accessible with path like: /*
Example : "/static/ico/myico.ico" and "/themes/themeName/static/ico/myico.ico" will be bot accessible by "/ico/myico.ico"