feat: Implement public site structure with Home, Blog, and Projects pages, global search, and markdown rendering.

This commit is contained in:
dyzulk
2026-01-16 18:59:24 +07:00
parent 4d0df11b4b
commit cddec3f1c0
11 changed files with 944 additions and 128 deletions

View File

@@ -15,6 +15,7 @@
"@supabase/supabase-js": "^2.90.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.26.2",
"lucide-react": "^0.562.0",
"react": "^19.2.0",
@@ -27,6 +28,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.10.9",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",