Where do I put my favicon with Hugo

前端 未结 3 870
时光说笑
时光说笑 2021-02-04 23:55

I am using Hugo to generate a static site. Where should I put my favicon.ico file?

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-05 00:32

    Put the favicon inside of the static directory. The static directory sits in the root of your hugo site. When you generate your site, the favicon will be copied into public, the root of the generated site.

提交回复
热议问题