Across the board style fixes and simplifications

Plus bump to v3
This commit is contained in:
daudix
2024-06-18 03:19:37 +03:00
parent 58f4e9975e
commit 52e9cbeda0
22 changed files with 332 additions and 311 deletions

View File

@ -47,7 +47,7 @@ It is highly recommended to switch from the `main` branch to the lates release:
```sh
cd themes/duckquill
git checkout tags/v2.1.0
git checkout tags/v3.0.0
```
To update the submodule, simply switch to a new tag:
@ -57,7 +57,7 @@ To update the submodule, simply switch to a new tag:
```sh
git submodule update --remote --merge
git tag --list
git checkout tags/v2.1.0
git checkout tags/v3.0.0
```
Then, enable it in your `config.toml`:

View File

@ -47,7 +47,7 @@ git submodule add https://codeberg.org/daudix/duckquill.git themes/duckquill
```sh
cd themes/duckquill
git checkout tags/v2.1.0
git checkout tags/v3.0.0
```
Чтобы обновить субмодуль, просто переключитесь на новый тег:
@ -57,7 +57,7 @@ git checkout tags/v2.1.0
```sh
git submodule update --remote --merge
git tag --list
git checkout tags/v2.1.0
git checkout tags/v3.0.0
```
Затем включите её в файле `config.toml`: