From 3e5d066e3376f9c5da397f3c537260abda025367 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Sun, 28 Jan 2018 17:14:03 +1030 Subject: added kawaii template and added the generation to the live script --- live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live.sh b/live.sh index 28cd71a..1c8f230 100755 --- a/live.sh +++ b/live.sh @@ -1,5 +1,5 @@ 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 cp -r output/* /var/www -- cgit v1.2.3