Skip to content

Commit

Permalink
Add icons everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Aug 29, 2024
1 parent 66997fe commit 66d764b
Show file tree
Hide file tree
Showing 6 changed files with 469 additions and 105 deletions.
7 changes: 7 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const eleventySass = require("@11tyrocks/eleventy-plugin-sass-lightningcss");
const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
const mdxPlugin = require("@jamshop/eleventy-plugin-mdx");
const eleventyPluginPhosphoricons = require('eleventy-plugin-phosphoricons');

module.exports = function (config) {
config.addPlugin(syntaxHighlight);
Expand All @@ -16,6 +17,12 @@ module.exports = function (config) {
}
return shuffledArray;
});
config.addPlugin(eleventyPluginPhosphoricons, {
class: "phicon",
style: "vertical-align: middle;",
size: 32,
fill: "currentColor"
});

return {
dir: {
Expand Down
Loading

0 comments on commit 66d764b

Please sign in to comment.