A modern, minimalist portfolio and blog site built to showcase my projects and share my journey in tech.
Hey! I'm Gerind Tershana, a passionate developer who loves creating on the web. I blend technical expertise with creative problem-solving to build engaging digital experiences.
- Astro - Core framework
- Markdown for content
- Modern CSS & Animations
- Fully Responsive Design
- SEO Optimized
Get this site running locally in just a few steps:
git clone https://github.com/GerindT/gerind-bento.git
cd gerind-bento
npm install
pnpm install
npm run dev
pnpm run dev
Site will be available at http://localhost:4321
gerind-bento/
├── src/
│ ├── components/
│ ├── content/
│ │ └── blog/
│ ├── layouts/
│ └── pages/
├── public/
├── astro.config.mjs
└── package.json
PS: I was inspired by this wonderful portofolio: here