From 6bfeb5b38acf87f07387618de3628e8e5cb51a74 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Sat, 27 Jan 2018 13:11:28 +1030 Subject: added dark and nocss subdomains to the live script --- live.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/live.sh b/live.sh index f1ffecb..28cd71a 100755 --- a/live.sh +++ b/live.sh @@ -1,3 +1,5 @@ python3 generatesite.py +python3 generatesite.py templates/template_dark.txt dark +python3 generatesite.py templates/template_nocss.txt nocss cp -r output/* /var/www -- cgit v1.2.3