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.