add update theme script to automate this

This commit is contained in:
Christoph Cullmann 2022-08-15 17:45:20 +02:00
parent 74714410ad
commit 324789f15f
2 changed files with 7 additions and 5 deletions

View file

@ -4,8 +4,5 @@ cullmann.io website
# Update theme
rm -rf themes
mkdir themes
git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt
rm -rf themes/LoveIt/.git
git add themes
./update-theme.sh

5
update-theme.sh Executable file
View file

@ -0,0 +1,5 @@
rm -rf themes
mkdir themes
git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt
rm -rf themes/LoveIt/.git
git add themes