forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jackyzha0#93 from meleu/patch-3
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` |