blinkfox / hexo-theme-matery

A beautiful hexo blog theme with material design and responsive design.一个基于材料设计和响应式设计而成的全面、美观的Hexo主题。国内访问:http://blinkfox.com
https://blinkfox.github.io/
Apache License 2.0
5.23k stars 1.25k forks source link

关于自定义图标 #676

Open cyrxdzj opened 3 years ago

cyrxdzj commented 3 years ago

希望主题可以加入自定义图标,比如iconfont。

谢谢!

yuxuanh commented 3 years ago

如果是导航栏:https://github.com/blinkfox/hexo-theme-matery#configure-the-name-of-the-basic-menu-navigation-path-url-and-icon-icon 如果是首页那几个图标:hexo-theme-matery/layout/_partial/social-link.ejs 图标可参考https://fontawesome.com/icons

cyrxdzj commented 3 years ago

不是,我指的是阿里Iconfont或其他图标库,因为fontawesome还是缺失了一些图标,比如哔哩哔哩。

yuxuanh commented 3 years ago

好吧,这么有追求,哈哈哈。我用了fa fa-video

cyrxdzj commented 3 years ago

也可以是使用svg导入,不一定是<i>标签。

开发者辛苦了!