This site is built with Quartz, and is inspired by jzhao.
I primarily edit this site from within Obsidian, or Zed. When I am finished with my changes, I stage and commit them with git.
On each git push to my production (v4) branch, Vercel picks up the change, and builds the site with npx quartz build. This outputs a static site at public/ which gets served via garden.bitwolf.co.
graph TD subgraph o[Obsidian] subgraph g[git] c["My markdown content"] end end subgraph v[vercel] garden["My garden"] end g -->|On git push| v