From fd89ee0a8050fbd301e362ec80878f25852bb049 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Thu, 15 Feb 2018 20:43:38 +1030 Subject: last push did not have live.sh commited --- live.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3