various css fixes, fix new image loading bug when previewing, path docs

This commit is contained in:
Jacky Zhao
2023-08-07 21:41:18 -07:00
parent d02af6a8ae
commit 527ce6546e
7 changed files with 71 additions and 19 deletions

View File

@ -6,6 +6,7 @@ As you already have Quartz locally, you don't need to fork or clone it again. Si
```bash
git checkout v4-alpha
git pull upstream v4-alpha
npm i
npx quartz create
```