📝 Quartz Setup

This blog runs on https://quartz.jzhao.xyz/.

To sync tests or run the local development server I should use these commands:

 
# Sync content without pulling from remote
npx quartz sync --no-pull
 
# Build the site and serve it locally
npx quartz build --serve