Source for abdash.net, the personal portfolio of Abdulrahman Mahmutoglu — Senior Frontend & AI Engineer.
Built with Astro as the static site framework, with interactive islands powered by React, Vue, and Svelte.
src/
├── components/
│ ├── islands/
│ │ ├── ExperienceTimeline.tsx # React
│ │ ├── ProjectsShowcase.svelte # Svelte
│ │ └── SkillsGrid.vue # Vue
│ └── *.astro # Static Astro components
├── layouts/
│ └── MainLayout.astro
├── pages/
│ └── index.astro
└── styles/
└── global.css
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview build locally before deploying |
abdash.net custom domain