A modern, responsive portfolio website built with Next.js, TypeScript, and Tailwind CSS.
# Install dependencies
npm install
# Start development server
npm run dev
Update src/config.ts
with your information:
Edit src/components/project/_project-mock.ts
to add your projects:
Update the GitHub username in src/components/github-contributions.tsx
to show your contribution graph.
Customize src/components/about-section.tsx
with your personal story and background.
Create new blog posts in src/content/posts/images/
directory. The existing blog structure supports:
Add custom redirects in next.config.mjs
for short links to your social profiles.
Deploy easily with Vercel:
MIT License - feel free to use this for your own portfolio!
Note: This portfolio was customized from Ayush Singh’s template. All personal content has been removed and replaced with placeholder data for customization.