cocoa-hugo-theme
cocoa-hugo-theme copied to clipboard
Support more social icons
Currently, we only support social icons for twitter, github, linkedin, email, and RSS.
We could incrementally add support for:
- [ ] telegram
- [ ] keybase
- [ ] foursquare
- [ ] are.na
and so on.
These can be enabled/disabled in config.toml as usual.
+1 stackoverflow would be nice too
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.