Icon
Icon
Monochrome built-in icons.
Usage
{{< icon vendor="" name="" link="" >}}
Parameters:
vendor: Icon vendor (Supported value:feather,simple)link: Render link for iconname: Icon namewidth: Icon widthheight: Icon height
Available Icons
Icons from Feather icons
| name | svg |
|---|---|
| globe | |
| moon | |
| sun | |
| github | |
| rss | |
Icons from Simple icons
| name | svg |
|---|---|
| dotenv | |
| dotnet | |
| e | |
| 1001tracklists |
Examples
{{< icon vendor="feather" name="github" link="https://github.com/kaiiiz/hugo-theme-monochrome" >}}
{{< icon vendor="simple" name="github" link="https://github.com/kaiiiz/hugo-theme-monochrome" >}}
{{< icon vendor="simple" name="github" width="1rem" height="1rem" link="https://github.com/kaiiiz/hugo-theme-monochrome" >}}