feat: begin restyling cv into about
All checks were successful
Docker / build-and-push-image (push) Successful in 48s

This commit is contained in:
Troy 2025-05-29 20:46:12 +01:00
parent 237eeb4cac
commit ad9a5d49d8
Signed by: troy
GPG key ID: DFC06C02ED3B4711
19 changed files with 373 additions and 276 deletions

8
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "3.4.0",
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.8.0",
"astro": "^5.8.1",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.1.8",
@ -2455,9 +2455,9 @@
}
},
"node_modules/astro": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.8.0.tgz",
"integrity": "sha512-G57ELkdIntDiSrucA5lQaRtBOjquaZ9b9NIwoz2f471ZuuJcynLjWgItgBzlrz5UMY4WqnFbVWUCKlJb7nt9bA==",
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.8.1.tgz",
"integrity": "sha512-lkBg1smMRFW+FQ6i92SgEN53o4+ItRjlRt6Ck+rEjmTcb57Bid7faTNKUQNYuNnxiesTWw3NJDyVPQPbfKDyfw==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.11.0",