summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-02-15 20:43:38 +1030
committerdaniel-Jones <daniel@danieljon.es>2018-02-15 20:43:38 +1030
commitfd89ee0a8050fbd301e362ec80878f25852bb049 (patch)
treecc41451e735c986f8f55bf4951fb6b74acc87e00
parent1678380bf24811e94c6cb40203c828ca9e448ef7 (diff)
downloadwebsite-fd89ee0a8050fbd301e362ec80878f25852bb049.tar.gz
website-fd89ee0a8050fbd301e362ec80878f25852bb049.zip
last push did not have live.sh commited
-rwxr-xr-xlive.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/live.sh b/live.sh
index 9ca2327..48cb930 100755
--- a/live.sh
+++ b/live.sh
@@ -2,8 +2,10 @@ python3 generatesite.py
python3 generatesite.py templates/template_dark.txt dark
python3 generatesite.py templates/template_nocss.txt nocss
python3 generatesite.py templates/template_kawaii.txt kawaii
+python3 generatesite.py templates/template_light.txt light
cp -r output/* /var/www
chmod -R +r /var/www/blog
chmod -R +r /var/www/dark
chmod -R +r /var/www/kawaii
chmod -R +r /var/www/nocss
+chmod -R +r /var/www/light