Jacky Zhao
2023-08-20 425c9789a451e69adbba2d99193e38e8915e8804
remove checkout step from instructions as v4 is the default branch
2 files modified
2 ■■■ changed files
content/index.md 1 ●●●● patch | view | raw | blame | history
quartz/bootstrap-cli.mjs 1 ●●●● patch | view | raw | blame | history
content/index.md
@@ -13,7 +13,6 @@
```shell
git clone https://github.com/jackyzha0/quartz.git
cd quartz
git checkout v4
npm i
npx quartz create
```
quartz/bootstrap-cli.mjs
@@ -423,6 +423,7 @@
    const rebuild = (clientRefresh) => {
      timeoutIds.forEach((id) => clearTimeout(id))
      timeoutIds.clear()
      timeoutIds.add(setTimeout(() => build(clientRefresh), 250))
    }