Loading CV…
⚠️ Could not load cv.yaml
Browsers block local file requests for security reasons, so
Option 1 — VS Code (recommended):
Install the Live Server extension, then right-click
Option 2 — Python (one command):
Open a terminal inside this folder and run:
Then visit
Option 3 — GitHub Pages / any web host:
Upload the whole folder and visit the URL — works perfectly online.
Browsers block local file requests for security reasons, so
index.html must be served over HTTP — not opened directly as a file.Option 1 — VS Code (recommended):
Install the Live Server extension, then right-click
index.html → Open with Live Server.Option 2 — Python (one command):
Open a terminal inside this folder and run:
python -m http.server 8000Then visit
http://localhost:8000 in your browser.Option 3 — GitHub Pages / any web host:
Upload the whole folder and visit the URL — works perfectly online.