{"id":27081913,"url":"https://github.com/slendershield/slendershield.github.io","last_synced_at":"2026-04-13T22:03:50.794Z","repository":{"id":54612958,"uuid":"502546036","full_name":"SlenderShield/SlenderShield.github.io","owner":"SlenderShield","description":"My personal portfolio built using react redux etc.","archived":false,"fork":false,"pushed_at":"2025-03-25T09:21:57.000Z","size":8198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T10:28:21.573Z","etag":null,"topics":["html-css-javascript","portfolio-website","react"],"latest_commit_sha":null,"homepage":"https://muralidharabhat.in/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SlenderShield.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-12T07:17:43.000Z","updated_at":"2025-03-25T09:22:00.000Z","dependencies_parsed_at":"2024-12-30T18:28:53.453Z","dependency_job_id":"edece05f-685f-4404-afa9-0c084b53e687","html_url":"https://github.com/SlenderShield/SlenderShield.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlenderShield%2FSlenderShield.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlenderShield%2FSlenderShield.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlenderShield%2FSlenderShield.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlenderShield%2FSlenderShield.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SlenderShield","download_url":"https://codeload.github.com/SlenderShield/SlenderShield.github.io/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427049,"owners_count":20937197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html-css-javascript","portfolio-website","react"],"created_at":"2025-04-06T02:37:19.746Z","updated_at":"2026-04-13T22:03:50.783Z","avatar_url":"https://github.com/SlenderShield.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Portfolio (React + Vite + TypeScript)\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/52ed2d42-b1ee-4ea3-b8c5-6d4f2fbd8bda/deploy-status)](https://app.netlify.com/projects/muralidharabhat/deploys)\n\nDynamic portfolio scaffold with data-driven sections and blog-ready routing.\n\n## Run Locally\n\n```bash\nnpm install\nnpm run dev\n```\n\nBuild for production:\n\n```bash\nnpm run build\nnpm run preview\n```\n\n## Dynamic Content Model\n\nUpdate your profile and portfolio content in one place:\n\n- `src/content/siteContent.ts`\n\nAdd, edit, or remove projects without touching page components:\n\n- `src/content/projects.json`\n\nAdd, edit, or remove blog posts without touching page components:\n\n- `src/content/blogPosts.json`\n\nAll pages render from this data layer:\n\n- Home: `src/pages/HomePage.tsx`\n- About: `src/pages/AboutPage.tsx`\n- Contact: `src/pages/ContactPage.tsx`\n- Projects index: `src/pages/ProjectsPage.tsx`\n- Project detail: `src/pages/ProjectDetailPage.tsx`\n- Blog index: `src/pages/BlogPage.tsx`\n- Blog detail: `src/pages/BlogPostPage.tsx`\n\n## Add More Projects\n\n1. Open `src/content/projects.json`.\n2. Add a project object with:\n   - `slug`\n   - `title`\n   - `description`\n   - `category`\n   - `year`\n   - `outcome`\n   - `featured` (optional; set `true` to show on home)\n   - `stack`\n   - `liveUrl`\n   - `repoUrl`\n3. Save and refresh.\n\nThe project appears automatically on:\n\n- `/projects` (full, filterable list)\n- `/projects/:slug` (detail page)\n- Home page if marked as `featured`\n\n## Add a New Blog Post\n\n1. Open `src/content/blogPosts.json`.\n2. Add a new object with:\n   - `slug`\n   - `title`\n   - `excerpt`\n   - `publishedOn` (`YYYY-MM-DD`)\n   - `tags` (`string[]`)\n   - `readMinutes`\n   - `body` (`string[]` paragraphs)\n3. Save and refresh the app.\n\nThe post appears automatically on:\n\n- `/blog`\n- `/blog/:slug`\n- Home page featured list\n\n## Resume File\n\nPut your PDF at:\n\n- `public/resume.pdf`\n\nThe Resume button uses `siteContent.resumeUrl`.\n\n## Notes\n\n- Routing is handled by React Router.\n- Design uses CSS variables for easy theme changes.\n- Structure is now JSON-backed and CMS-style for content scaling.\n- Theme switch is persisted with local storage (`light`/`dark`).\n- Route transitions use subtle motion with reduced-motion accessibility fallback.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslendershield%2Fslendershield.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslendershield%2Fslendershield.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslendershield%2Fslendershield.github.io/lists"}