diff options
-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 |