效果图:
步骤:
1. 先去比特虫网站做ico图标
网址链接——>比特虫
2. 将.ico图标放到themes/yilia/source/img文件夹下
3. 找到hexo\themes\yilia\layout_partial\head.ejs,修改下面一段代码为
1 | <% if (theme.favicon){ %> |
4.部署到远端
1 | hexo g -d |
Not only can I write code well, but I can also swim well
效果图:
网址链接——>比特虫
1 | <% if (theme.favicon){ %> |
1 | hexo g -d |