Minimal personal homepage built by James Gonzales.
Live URL: https://jsurp2001.github.io/link_hub/
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/jsurp2001/link_hub.git
git push -u origin mainThen in GitHub → Settings → Pages:
- Source: Deploy from branch → main branch → /(root)
- Save → site will be live at https://jsurp2001.github.io/link_hub/
Open folder → edit index.html, style.css, or scripts.js →
git add .
git commit -m "Updated links"
git pushRefresh site in ~1 minute.