summaryrefslogtreecommitdiff
path: root/update-theme.sh
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-21 21:01:11 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-21 21:01:11 +0200
commit582a8a33aff644a6b07534aaf677973abc6f154c (patch)
tree069a34670b1b91041ef9f3fcb73192dd05c60963 /update-theme.sh
parent038eabdda56dbfdbbba4328ac035cc4d77e8d80d (diff)
use different theme that is a lot slimer
Diffstat (limited to 'update-theme.sh')
-rwxr-xr-xupdate-theme.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update-theme.sh b/update-theme.sh
index 2b7df3e..04b64ad 100755
--- a/update-theme.sh
+++ b/update-theme.sh
@@ -1,5 +1,5 @@
rm -rf themes
mkdir themes
-git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt
-rm -rf themes/LoveIt/.git
+git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1
+rm -rf themes/PaperMod/.git
git add themes