kaiiiz / hugo-theme-monochrome

Monochrome is a fast, clean and responsive hugo theme
https://kaiiiz.github.io/hugo-theme-monochrome/
MIT License
171 stars 52 forks source link

Support all Feather icons, not just a few #19

Closed Nightfirecat closed 11 months ago

Nightfirecat commented 2 years ago

Rather than only providing a limited set of the Feather sprites, the entire spritesheet could be included via client-side JS, or the full set could be installed with Node or included from the sprite sheet. This would give users better access to sprites than just a small small set of them.

kaiiiz commented 2 years ago

Thanks for the suggestion. I think adding sprite sheet to the asset bundle is a better solution than using node or client-side JS. By extending the icon shortcode, users can access a full set of feathericons. Meanwhile, the other theme components can also benefit from these changes.

Ran-n commented 2 years ago

you should support more icons than just feathers tbh they are very limited

kaiiiz commented 11 months ago

Implemented in v2.0.0.