summaryrefslogtreecommitdiff
path: root/live.sh
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-06-11 09:42:53 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-06-11 09:42:53 +0930
commitd365ef07be8d5e3066211983bea59371a55ee087 (patch)
treeb25fc4564cc3de7c53e31b4c7a1c07b7af9c6db2 /live.sh
parentc246f482691ce59000c3c529c492f8cc06b32e5c (diff)
downloadwebsite-d365ef07be8d5e3066211983bea59371a55ee087.tar.gz
website-d365ef07be8d5e3066211983bea59371a55ee087.zip
changed default theme to light, added solarized template and link
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