This digital garden is powered by Quartz.
Read the full Quartz documentation: https://quartz.jzhao.xyz/
-
Sync repository:
npx quartz sync
(Replaces:
git add . && git commit -m "message" && git push) -
Build and serve the digital garden locally:
npx quartz build --serve
(Opens at: http://localhost:8080)
-
Update Quartz to latest version
git fetch upstream git merge upstream/v4