A personal website should be fast, simple, and easy to maintain. GitHub Pages is a great fit when you want a clean static site with a custom domain.
My setup
- Static HTML, CSS, and minimal JavaScript.
- Root-level pages for direct GitHub Pages deployment.
- A CNAME file for iliasbenkamoun.me.
Next step
The website can later be upgraded to a framework like Astro or Next.js if you want more dynamic content management.