diff options
Diffstat (limited to 'live.sh')
-rwxr-xr-x | live.sh | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -1,14 +1,4 @@ -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 -python3 generatesite.py templates/template_solarized.txt solarized +./generate cp -r output/* /var/www/html chmod -R +r /var/www/html/blog chmod -R +r /var/www/html/posts -chmod -R +r /var/www/html/dark -chmod -R +r /var/www/html/kawaii -chmod -R +r /var/www/html/nocss -chmod -R +r /var/www/html/light -chmod -R +r /var/www/html/solarized |