Personal portfolio of Soeuk Bondol, Data Scientist based in Phnom Penh, Cambodia.
Built with Astro and Tailwind CSS. Deployed via GitHub Pages.
- Astro — static site framework
- Tailwind CSS — utility-first styling
- Bebas Neue, DM Sans, JetBrains Mono — typography
/
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ ├── Nav.astro
│ │ ├── Hero.astro
│ │ ├── Projects.astro
│ │ ├── Stack.astro
│ │ ├── Contact.astro
│ │ └── Footer.astro
│ ├── layouts/
│ │ └── Base.astro
│ ├── pages/
│ │ └── index.astro
│ └── styles/
│ └── global.css
├── .github/
│ └── workflows/
│ └── deploy.yml
├── astro.config.mjs
├── tailwind.config.mjs
└── package.json
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start dev server at localhost:4321 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview production build locally |
- Gmail: soeukbondolcc@gmail.com
- GitHub: github.com/SoeukBondol-ai