add fontawesome icons support

This commit is contained in:
Lyn Fugmann 2024-09-24 17:54:42 +02:00
parent 06e0e016ba
commit b30295da9d
3 changed files with 93 additions and 2 deletions

View file

@ -12,6 +12,8 @@
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.5"
"@11ty/eleventy-plugin-bundle": "^1.0.5",
"@fortawesome/fontawesome-free": "^6.6.0",
"eleventy-plugin-icons": "^4.5.1"
}
}