Font Awesome Icons
Install Module
Add the following code to your module list in the config/_default/module.toml
file.
[[imports]]
path = "github.com/gethugothemes/hugo-modules/icons/font-awesome"
Add the following code to your CSS plugins list in the config.toml
file.
[[params.plugins.css]]
link = "plugins/font-awesome/v6/brands.css"
[[params.plugins.css]]
link = "plugins/font-awesome/v6/icons.css"
[[params.plugins.css]]
link = "plugins/font-awesome/v6/regular.css"
[[params.plugins.css]]
link = "plugins/font-awesome/v6/solid.css"
you can use v5 for font-awesome 5
Icon Implementation
<i class="fa-solid fa-search"></i>