summaryrefslogtreecommitdiff
path: root/live.sh
blob: ab05e4c8ea18737e826a0182d83f6cc2fe72c966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 
cp -r output/* /var/www
chmod -R +r /var/www/blog
chmod -R +r /var/www/posts
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