设置 favicon 图标

Hugo 框架,hugo-theme-stack 主题

  1. 修改 config.yaml

添加 favicon 的值,这里使用网络图片

1
2
3
4
5
6
params:
    mainSections:
        - post
    featuredImageField: image
    rssFullContent: true
    favicon: https://chenjinxin.cn/images/favicon.png
  1. 测试

访问博客

comments powered by Disqus