A SNES themed static portfolio site.
-
Create a new repository (e.g.,
portfolio) and push these files:cd portfolio git init git add . git commit -m "feat: initial portfolio" git branch -M main git remote add origin https://github.com/Quantumheart/portfolio.git git push -u origin main
-
Go to Settings → Pages on the repo.
-
Under Source, select Deploy from a branch.
-
Select main branch and / (root) folder, then click Save.
-
Your site will be live at
https://quantumheart.github.io/portfolio/.
Just open index.html in a browser, or serve it:
python3 -m http.server 8000
# visit http://localhost:8000