redo navigation somewhat

This commit is contained in:
Rik Berkelder 2025-01-29 23:56:59 +01:00
parent 93858a4dd4
commit 04794e0842
2 changed files with 43 additions and 52 deletions

View file

@ -3,7 +3,8 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "npx @11ty/eleventy --serve"
},
"keywords": [],
"author": "",
@ -15,4 +16,4 @@
"luxon": "^3.5.0",
"sass": "^1.83.4"
}
}
}