Logo - Open book, behind two sails with text, docs
-tech. annebrown.ca

Setup

Setup Quartz SSG

Create a public GH repo (somerepo), omitting README and gitignore.

Clone Quartz repo:

gh repo clone https://github.com/jackyzha0/quartz.git somerepo

Initialize Quartz Server:

cd somerepo
pnpm i
npx quartz create

Dev Server:

npx quartz build --serve

Remove original remote repo link:

git remote rm origin

Provide new remote repo link for somerepo:

git remote add origin https://github.com/ghusername/somerepo.git