summaryrefslogtreecommitdiff
path: root/update-theme.sh
blob: 8a433e7baa1f2fd345457e2c82c012a7eb710b75 (plain)
1
2
3
4
5
6
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
git add themes