# Regular publishing (do this daily/whenever)
npx quartz sync --no-pull
# Update Quartz framework (do this like once every few months when you're bored)
git pull upstream v4
git push origin main
I can publish from Obsidian using Obsidian Git. I set a hotkey to Commit + Sync with Cmd + Shift + P.