MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

希望能添加Telegram社交信息展示 #140

Closed ilovesusu closed 8 years ago

ilovesusu commented 8 years ago

有个需求,希望能在主页现实Telegram的图标和_config.yml中subnav:有telegram子项

bytemain commented 8 years ago

这个很简单的。。 在subnav中添加Telegram: ""字段 在theme/yelee/source/img/中放一张telegram的图片 Telegram.png 修改source/css/_partial/customise/social-icon.styl,在25行左右修改img-logo的内容,找一行添加Telegram white 90, 就ok了。 效果图: Screenshot_2016-08-28-12-15-42-57.png

bytemain commented 8 years ago

图挂了。。 Screenshot_2016-08-28-12-15-42-57.png

Telegram.png

ilovesusu commented 8 years ago

多谢