summaryrefslogtreecommitdiff
path: root/live.sh
diff options
context:
space:
mode:
Diffstat (limited to 'live.sh')
-rwxr-xr-xlive.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/live.sh b/live.sh
index 48cb930..456cf83 100755
--- a/live.sh
+++ b/live.sh
@@ -3,9 +3,11 @@ 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
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
+chmod -R +r /var/www/solarized