feat(nav): refactor primary navigation to split labels + icons; remove redundant nav code

This commit is contained in:
Cory Dransfeldt 2025-04-13 16:56:47 -07:00
parent 38992d10f1
commit b6d5933433
No known key found for this signature in database
23 changed files with 319 additions and 419 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "1.3.20",
"version": "1.6.2",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -30,6 +30,7 @@
"author": "Cory Dransfeldt",
"license": "MIT",
"dependencies": {
"html-minifier-terser": "7.2.0",
"minisearch": "^7.1.2",
"youtube-video-element": "^1.5.1"
},
@ -40,7 +41,7 @@
"cssnano": "^7.0.6",
"dotenv": "16.5.0",
"ics": "^3.8.1",
"jsdom": "26.0.0",
"jsdom": "26.1.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^4.0.0",