nishanths / cocoa-hugo-theme

Responsive Hugo blog theme (note: not actively worked on)
https://cocoa-hugo-theme-demo.netlify.app/
MIT License
326 stars 155 forks source link

Support more social icons #50

Open nishanths opened 7 years ago

nishanths commented 7 years ago

Currently, we only support social icons for twitter, github, linkedin, email, and RSS.

We could incrementally add support for:

and so on.

These can be enabled/disabled in config.toml as usual.

mtoto commented 7 years ago

+1 stackoverflow would be nice too

elonzh commented 7 years ago

Why not use fontawesome ?

Simply using params in config and render them in template.

nishanths commented 7 years ago

Yes, fontawesome is a good option. It's a large library, hence the hesitation to include it. Ideally, we have individual SVGs for just the icons we need.

Happy to include fontawesome behind a config.toml flag.