Skip to content

Commit

Permalink
Merge pull request jackyzha0#93 from meleu/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 authored Apr 5, 2022
2 parents e245505 + 3583265 commit 3ce6944
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/notes/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshoot
## Updating
Haven't updated Quartz in a while and want all the cool new optimizations?

> ⚠️ **WARNING** ⚠️
>
> if you customized `assets/styles/custom.scss`, the files in `data/`, or anything inside `layouts/`, your customization may be overwritten!

```shell
# add Quartz as a remote host
git remote add upstream [email protected]:jackyzha0/quartz.git

# index and fetch changes
git fetch upstream
git checkout upstream/hugo -- layouts .github Makefile assets config.toml data layouts static
```
git checkout upstream/hugo -- layouts .github Makefile assets config.toml data static
```

0 comments on commit 3ce6944

Please sign in to comment.