From 298cbb1904fd155303ec64dc36c1a1bf8e5c32bd Mon Sep 17 00:00:00 2001 From: BlueFox Date: Wed, 9 Apr 2025 19:11:01 +0200 Subject: [PATCH] And added a link to the forked theme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96efb99..7b7fc86 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is my [blog](https://blog.privacynerd.de/), which is run by hugo. The repos ## 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 git clone --recurse-submodules https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de blog