diff --git a/.eleventy.js b/.eleventy.js index 7e00e33..309a861 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -31,6 +31,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy({"source/data/**/*.json": "json"}); eleventyConfig.addPassthroughCopy("vendor"); + eleventyConfig.addPassthroughCopy({"node_modules/bootstrap-icons": "vendor/bootstrap-icons"}); eleventyConfig.addWatchTarget("./source/style/"); diff --git a/package-lock.json b/package-lock.json index 3fabd9d..1280873 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,9 @@ "name": "hippie", "version": "0.13.1", "license": "MIT", + "dependencies": { + "bootstrap-icons": "^1.13.1" + }, "devDependencies": { "@11ty/eleventy": "^2.0.1", "sass": "^1.69.4" @@ -449,6 +452,22 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/bootstrap-icons": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz", + "integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "license": "MIT" + }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", diff --git a/package.json b/package.json index 1ca5063..b93abc0 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,9 @@ "serve": "npm run style:watch & npx @11ty/eleventy --serve" }, "private": true, - "devDependencies": { + "dependencies": { "@11ty/eleventy": "^2.0.1", - "sass": "^1.69.4" + "sass": "^1.69.4", + "bootstrap-icons": "^1.13.1" } -} +} \ No newline at end of file diff --git a/source/screens/demo/examples/ui/settings.njk b/source/screens/demo/examples/ui/settings.njk index 212994c..6a81f81 100755 --- a/source/screens/demo/examples/ui/settings.njk +++ b/source/screens/demo/examples/ui/settings.njk @@ -14,9 +14,7 @@ tags: {% block links %} {{ super() }} - + {% endblock %}