2022-08-15 17:45:20 +02:00
|
|
|
rm -rf themes
|
|
|
|
mkdir themes
|
2022-10-21 21:01:11 +02:00
|
|
|
git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1
|
2022-10-21 21:05:46 +02:00
|
|
|
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
|
2022-08-15 17:45:20 +02:00
|
|
|
git add themes
|