add update theme script to automate this
This commit is contained in:
parent
74714410ad
commit
324789f15f
|
@ -4,8 +4,5 @@ cullmann.io website
|
||||||
|
|
||||||
# Update theme
|
# Update theme
|
||||||
|
|
||||||
rm -rf themes
|
./update-theme.sh
|
||||||
mkdir themes
|
|
||||||
git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt
|
|
||||||
rm -rf themes/LoveIt/.git
|
|
||||||
git add themes
|
|
||||||
|
|
5
update-theme.sh
Executable file
5
update-theme.sh
Executable 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
|
Loading…
Reference in a new issue