vuepress-reco / vuepress-theme-reco-1.x

🎨 This is the repo for vuepress-theme-reco 1.
http://v1.vuepress-reco.recoluan.com
MIT License
1.63k stars 320 forks source link

Add more icon #253

Closed titieo closed 3 years ago

titieo commented 4 years ago

Feature request

Can you please add reddit as well as instagram icon because these social media sites are widely-used

What problem does this feature solve?

Missing some social media icon

How should this be implemented in your opinion?

Well, because Reddit and Instagram have a lot of user so adding the icon would be good

Are you willing to work on this yourself?

Sorry, I don't have the ability to do this

recoluan commented 4 years ago

Thank you for your suggestion. Are there any other icons that need to be added?

titieo commented 3 years ago

Thank you for your suggestion. Are there any other icons that need to be added?

May be you could add a way to use fontawesome 5's icon (for example: icon: "fab fa-github" stand for github icon where fab is the prefix): I have found a hexo theme which have this feature.

titieo commented 3 years ago

I have try to use FontAwesome but there is a small problem here. Vuepress-theme-reco add the iconfont before fab fa-bitbucket fa-xs which lead to this issue, I don't know if you can fix this image

rexwangcc commented 3 years ago

@LocTran016 Not sure this helps since you seem to look for extra icons in the sidebar/navbar, but if you want to insert icons to the blog posts, my current work around is to use a plugin @nine-theme/vuepress-plugin-fontawesome: https://rexwang.cc/blogs/2020/000-writing-guide/writing-guide.html#_13-insert-icons

recoluan commented 3 years ago

The theme already supports Font Awesome (commit detail).