Hugo Devicon
Devicons
What I wanted to achieve
I wanted to make it possible to use devicons in hugo as a shortcode
How to use
- Clone the repo
- Add the following line to your head
{{ partial "devicon_extended_head" . }}
- Give alias of the devicon you want to use
// remove '\'
{{\< devicon alias="devicon-plain" \>}}
makes
- if you wanna make it coloered, add
colored="true"
// remove '\'
{{\< devicon alias="devicon-plain" colored="true" \>}}
makes