feat: Add option to disable feed link in nav

This commit is contained in:
daudix-UFO
2023-10-15 17:19:55 +00:00
parent e41cfb1d39
commit 9e9e12f732
5 changed files with 165 additions and 159 deletions

View File

@ -46,16 +46,14 @@ zola init blog
git init
```
3. Fork Duckquill
4. Add Duckquill as Git submodule for easy updating:
3. 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
```
5. Edit `config.toml` and enable Duckquill theme:
4. Edit `config.toml` and enable Duckquill theme:
```
theme = "duckquill"