feat: Add forking to guide

This commit is contained in:
daudix-UFO
2023-10-13 18:55:18 +00:00
parent 3230b4af29
commit 204eee79a1
2 changed files with 9 additions and 11 deletions

View File

@ -46,17 +46,16 @@ zola init blog
git init
```
3. Add Duckquill as Git submodule for easy updating:
3. Fork Duckquill
4. Add Duckquill as Git submodule for easy updating:
```
git submodule init
git submodule add YOUR_FORK.git themes/duckquill
```
```
git submodule add https://git.exozy.me/daudix/duckquill.git themes/duckquill
```
4. Edit `config.toml` and enable Duckquill theme:
5. Edit `config.toml` and enable Duckquill theme:
```
theme = "duckquill"