2025‑12‑07 portfolio

Shipping my first personal site

Turning a simple pomodoro project into a full portfolio hosted on GitHub Pages.

I use GitHub Pages to host this site. It used to be my pomodoro timer, but now I changed it into my portfolio site, however the pomodoro timer is still under projects now.

From timer to portfolio

The original site was just a small timer to help me focus. Reusing the same repository and domain for my portfolio kept things simple and let me ship fast without over‑engineering.

Why GitHub Pages

  • Free hosting with HTTPS and easy deploys via git.
  • Simple static setup: just HTML, CSS and a few assets.
  • Nice fit for a developer portfolio that lives next to the code.