π Live: https://wonleeyoung.github.io
A minimal, fast, fully static CV website. No build step, no server, no cost.
index.html β all content (edit text here)
style.css β colors & layout (edit the --variables at the top)
cv.pdf β your CV, linked by the "Curriculum Vitae" button
.nojekyll β tells GitHub Pages to serve files as-is (don't delete)
profile.jpg β your photo (add this file β see below)
- Photo β drop a square image named
profile.jpginto this folder, then push (see below). Until then the photo simply doesn't show. - Google Scholar & LinkedIn β these links are currently commented out in
index.html(search forGoogle Scholar/LinkedIn). Paste your real URLs and remove the<!-- -->to enable them. - Email β set to
wonyeong.lee@yonsei.ac.kr; edit themailto:inindex.htmlto change.
Double-click index.html, or run a local server:
C:\Users\lwy97\miniconda3\python.exe -m http.server 8000
# then open http://localhost:8000This folder is the source for the wonleeyoung.github.io repository. After editing:
git add .
git commit -m "Update CV"
git push origin mainThe live site refreshes within ~1 minute. The first push will ask you to sign in to GitHub (a browser window opens β approve once and it's remembered).
- Previous site backup β the old GitProfile portfolio that used to live here is fully
preserved on the
old-gitprofile-backupbranch. To bring it back:git push --force origin old-gitprofile-backup:main. - Custom domain (optional, still free) β buy a domain, then add it under Settings β Pages β Custom domain. GitHub serves it over HTTPS for free; you only pay the registrar.