cullmann.io/update-theme.sh

7 lines
254 B
Bash
Raw Normal View History

rm -rf themes
mkdir themes
git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1
rm -rf themes/PaperMod/.git*
2022-10-21 22:04:10 +02:00
sed -i s@localStorage.setItem@//localStorage.setItem@g themes/PaperMod/layouts/partials/footer.html
git add themes