And added a link to the forked theme

This commit is contained in:
BlueFox 2025-04-09 19:11:01 +02:00
parent 330e23ebcd
commit 298cbb1904
Signed by: BlueFox
GPG Key ID: 327233DA85435270

View File

@ -4,7 +4,7 @@ This is my [blog](https://blog.privacynerd.de/), which is run by hugo. The repos
## Cloning ## Cloning
To clone and make some changes, you need to clone the repository. This one also contains [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) (the re-terminal theme), that's why you should use the argument `--recurse-submodules`. The commands after that pull all branches of the forked terminal theme so that nothing bad happens (commands taken from [here](https://stackoverflow.com/questions/10312521/how-do-i-fetch-all-git-branches). To clone and make some changes, you need to clone the repository. This one also contains [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) (the re-terminal theme), that's why you should use the argument `--recurse-submodules`. The commands after that pull all branches of the [forked terminal theme](https://github.com/BlueFox4/hugo-theme-terminal) so that nothing bad happens (commands taken from [here](https://stackoverflow.com/questions/10312521/how-do-i-fetch-all-git-branches).
```sh ```sh
git clone --recurse-submodules https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de blog git clone --recurse-submodules https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de blog