Overhauled resume system
All checks were successful
Docker Deploy / build-and-push (push) Successful in 5m3s

This commit is contained in:
2025-06-26 16:06:15 -06:00
parent 5f7490d133
commit f89d32d6ce
8 changed files with 1374 additions and 705 deletions

View File

@ -13,13 +13,16 @@
"@astrojs/node": "^9.2.2",
"@astrojs/preact": "^4.1.0",
"@astrojs/rss": "^4.0.12",
"@iarna/toml": "^2.2.5",
"@preact/signals": "^2.2.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.10",
"@types/puppeteer": "^7.0.4",
"astro": "^5.10.0",
"astro-icon": "^1.1.5",
"lucide-preact": "^0.518.0",
"preact": "^10.26.9",
"puppeteer": "^24.10.2",
"sharp": "^0.34.2",
"tailwindcss": "^4.1.10"
},
@ -31,7 +34,8 @@
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
"sharp",
"puppeteer"
]
}
}
}