Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantumheart Portfolio

A SNES themed static portfolio site.

Deploy to GitHub Pages

  1. 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
  2. Go to Settings → Pages on the repo.

  3. Under Source, select Deploy from a branch.

  4. Select main branch and / (root) folder, then click Save.

  5. Your site will be live at https://quantumheart.github.io/portfolio/.

Run locally

Just open index.html in a browser, or serve it:

python3 -m http.server 8000
# visit http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages