|
|
@ -127,13 +127,13 @@ theme: "paige"
|
|
|
|
Install:
|
|
|
|
Install:
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
$ git subtree add --prefix themes/paige --squash https://github.com/willfaught/paige.git master
|
|
|
|
$ git subtree add --prefix themes/paige --squash https://github.com/willfaught/paige master
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Update:
|
|
|
|
Update:
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
$ git subtree pull --prefix themes/paige --squash https://github.com/willfaught/paige.git master
|
|
|
|
$ git subtree pull --prefix themes/paige --squash https://github.com/willfaught/paige master
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Option 3: Use a Git submodule
|
|
|
|
### Option 3: Use a Git submodule
|
|
|
|