Open fanghenshaometeor opened 2 years ago
Hi, I had the same issue and found the fix. Update your params with this: https://github.com/wangchucheng/hugo-eureka-starters/blob/main/config/_default/params.yaml
Hi, I had the same issue and found the fix. Update your params with this: https://github.com/wangchucheng/hugo-eureka-starters/blob/main/config/_default/params.yaml
Thanks for your kind reply. But i checked that my params.yaml is exactly the same as the file you share. it seems that it does not work. i still cannot change the icon.
Hi, I changed the icon.png and presented successfully. Please see my forked repository https://github.com/Li-Jinjie/hugo-eureka. Maybe clean your cache?
作者你好!
我将
themes/hugo-eureka/assets/images/
下默认的icon.png
替换成了另外一张同名但内容不同的icon.png
之后,hugo 生成的网站仍然是之前的默认 icon 图标(也就是白底黑字的 W),无法更换图标。我尝试在
themes/hugo-eureka/assets/images/
下添加一个新的icon.jpg
文件,同时在config/_default/params.yaml
中将icon: images/icon.png
修改成icon: images/icon.jpg
,此时再 hugo 生成网站则会报错期待回复!