summaryrefslogtreecommitdiff
path: root/update-theme.sh
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-28 17:33:09 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-28 17:33:09 +0200
commite77051ccc4b47951bfa4fde2be436b1bb2fb113b (patch)
treef0b75ee3521da9c8cd39dac4359212348f70e4e8 /update-theme.sh
parent4b355837824ac2422d371acef790f0f4249255c7 (diff)
use https://github.com/nunocoracao/blowfish.git
Diffstat (limited to 'update-theme.sh')
-rwxr-xr-xupdate-theme.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/update-theme.sh b/update-theme.sh
index 12d2a0d..9e1c861 100755
--- a/update-theme.sh
+++ b/update-theme.sh
@@ -1,7 +1,5 @@
rm -rf themes
mkdir themes
-git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1
-rm -rf themes/PaperMod/.git*
-sed -i 's@localStorage.setItem@//localStorage.setItem@g' themes/PaperMod/layouts/partials/footer.html
-sed -i 's@safeURL@safeURL | absURL@g' themes/PaperMod/layouts/_default/_markup/render-image.html
+git clone https://github.com/nunocoracao/blowfish.git themes/blowfish --depth=1
+rm -rf themes/blowfish/.git*
git add themes