add favicon

for some reason it seems to be broken in `npm run start`...
This commit is contained in:
Lyn Fugmann 2024-10-02 18:18:54 +02:00
parent db6c994758
commit db6ed12ba2
5 changed files with 94 additions and 2 deletions

View file

@ -4,7 +4,9 @@
"description": "This is the WIP rewrite of the ESE website.",
"main": "index.js",
"scripts": {
"prebuild": "npx @11ty/eleventy --formats=logo.svg",
"build": "npx @11ty/eleventy",
"prestart": "npx @11ty/eleventy --formats=logo.svg",
"start": "npx @11ty/eleventy --serve"
},
"author": "FSR Informatik TU Dresden",
@ -15,6 +17,7 @@
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.5",
"@fortawesome/fontawesome-free": "^6.6.0",
"eleventy-plugin-gen-favicons": "^1.1.3",
"eleventy-plugin-icons": "^4.5.1",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",