diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-02-15 20:43:38 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-02-15 20:43:38 +1030 |
commit | fd89ee0a8050fbd301e362ec80878f25852bb049 (patch) | |
tree | cc41451e735c986f8f55bf4951fb6b74acc87e00 | |
parent | 1678380bf24811e94c6cb40203c828ca9e448ef7 (diff) | |
download | website-fd89ee0a8050fbd301e362ec80878f25852bb049.tar.gz website-fd89ee0a8050fbd301e362ec80878f25852bb049.zip |
last push did not have live.sh commited
-rwxr-xr-x | live.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |