https://quartz.jzhao.xyz/ https://github.com/jackyzha0/quartz
• Customizing Quartz a bit more by editing quartz.config.ts
• Running npx quartz build --serve
to preview your Quartz locally
• Hosting your Quartz online (see: https://quartz.jzhao.xyz/hosting)
git clone https://github.com/jackyzha0/quartz.git
cd quartz
npm i
npx quartz create
npx quartz build --help
npx quartz build --concurrency 5 --serve
npx quartz sync
(base) PS D:\Project\quartz> git remote -v
origin https://github.com/jackyzha0/quartz.git (fetch)
origin https://github.com/jackyzha0/quartz.git (push)
upstream https://github.com/jackyzha0/quartz.git (fetch)
upstream https://github.com/jackyzha0/quartz.git (push)
(base) PS D:\Project\quartz> git remote set-url origin [email protected]:duchaoqun/garden.git
(base) PS D:\Project\quartz> git remote add upstream https://github.com/jackyzha0/quartz.git
error: remote upstream already exists.
(base) PS D:\Project\quartz> git remote -v
origin [email protected]:duchaoqun/garden.git (fetch)
origin [email protected]:duchaoqun/garden.git (push)
upstream https://github.com/jackyzha0/quartz.git (fetch)
upstream https://github.com/jackyzha0/quartz.git (push)
npx quartz sync --no-pull
npx quartz sync