create a github repo (no readme or lisence or anything just a bare repo) and copy the remote link
back to the terminal again:
git remote -vgit remote set-url origin REMOTE-URLgit remote add upstream https://github.com/jackyzha0/quartz.git (for the upstream. it should already be there but just in case)npx quartz sync --no-pull
open the folder as a vault and set it up as you usually would
terminal againnnnnn:
npx quartz syncnpx quartz build --serve (should shit out a localhost_8080 link that will give a basic preview of a barebones hosted page)