feat: match cv style to new site theming

This commit is contained in:
Troy 2025-03-02 18:07:22 +00:00
parent 907747cd8e
commit 817c3be13c
Signed by: troy
GPG key ID: DFC06C02ED3B4711
12 changed files with 8921 additions and 1726 deletions

View file

@ -3,31 +3,33 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "bunx --bun astro dev",
"build": "bunx --bun astro check && bunx --bun astro build",
"preview": "bunx --bun astro preview",
"dev": "npx astro dev",
"build": "npx astro check && npx astro build",
"preview": "npx astro preview",
"astro": "astro",
"format:check": "prettier --check .",
"format:write": "prettier --write ."
"format:write": "prettier --write .",
"update": "npx npm-check-updates"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "^4.0.8",
"@astrojs/mdx": "^4.1.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "3.2.1",
"@fontsource-variable/outfit": "^5.1.1",
"@fontsource-variable/red-hat-mono": "^5.1.1",
"@tailwindcss/vite": "^4.0.8",
"astro": "^5.3.1",
"@fontsource-variable/outfit": "^5.2.5",
"@fontsource-variable/red-hat-mono": "^5.2.5",
"@tailwindcss/vite": "^4.0.9",
"astro": "^5.4.1",
"astro-icon": "^1.1.5",
"npm-check-updates": "^17.1.15",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.0.8",
"typescript": "^5.7.3"
"tailwindcss": "^4.0.9",
"typescript": "^5.8.2"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/bun": "^1.2.3",
"@types/node": "^22.13.8",
"prettier": "^3.5.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"