Personal CV site — built with plain HTML/CSS, deployed via GitHub Pages.
- Create a repo on GitHub named exactly
<your-username>.github.io - Push this folder to
main:git remote add origin https://github.com/<username>/<username>.github.io.git git add . git commit -m "init: personal cv site" git push -u origin main
- Go to repo Settings → Pages → Source: Deploy from branch → main / root
- Site goes live at
https://<username>.github.iowithin a minute
index.html ← all content
style.css ← all styles
No build tools. No dependencies. Just push and it works.
Edit index.html directly. The source of truth for raw data lives in ~/Documents/Curriculum/data/.