Personal blog and notes site built on top of Quartz v4.
This repository vendors the Quartz source code directly so the site can be customized at the config, layout, component, plugin, and style layers without depending on a separate upstream package.
content/: Markdown content for the sitequartz/: vendored Quartz source codequartz.config.ts: site configurationquartz.layout.ts: page layout compositionpublic/: generated output, ignored by git
Requirements:
- Node.js 22+
- pnpm
Common commands:
pnpm installpnpm quartz build --servepnpm testpnpm check
- This repository is a customized Quartz-based site, not a clean mirror of the upstream Quartz template.
- Generated output and local caches are intentionally excluded from version control.