Devicons

What I wanted to achieve

I wanted to make it possible to use devicons in hugo as a shortcode

How to use

  1. Clone the repo
  2. Add the following line to your head
{{ partial "devicon_extended_head" . }}
  1. Give alias of the devicon you want to use
// remove '\'
{{\< devicon alias="devicon-plain" \>}}

makes

  1. if you wanna make it coloered, add colored="true"
// remove '\'
{{\< devicon alias="devicon-plain" colored="true" \>}}

makes