remove checkout step from instructions as v4 is the default branch
This commit is contained in:
parent
3b9ed2ab7b
commit
1d5d088c86
@ -13,7 +13,6 @@ Then, in your terminal of choice, enter the following commands line by line:
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/jackyzha0/quartz.git
|
git clone https://github.com/jackyzha0/quartz.git
|
||||||
cd quartz
|
cd quartz
|
||||||
git checkout v4
|
|
||||||
npm i
|
npm i
|
||||||
npx quartz create
|
npx quartz create
|
||||||
```
|
```
|
||||||
|
@ -423,6 +423,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.
|
|||||||
|
|
||||||
const rebuild = (clientRefresh) => {
|
const rebuild = (clientRefresh) => {
|
||||||
timeoutIds.forEach((id) => clearTimeout(id))
|
timeoutIds.forEach((id) => clearTimeout(id))
|
||||||
|
timeoutIds.clear()
|
||||||
timeoutIds.add(setTimeout(() => build(clientRefresh), 250))
|
timeoutIds.add(setTimeout(() => build(clientRefresh), 250))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user