From abecc928e1fdfb5258ede6dce354174af05740e8 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 22 Oct 2020 00:43:49 +0200 Subject: [PATCH] Improved generate.sh --- admin/generate.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/generate.sh b/admin/generate.sh index f6d75c4..4563d9b 100755 --- a/admin/generate.sh +++ b/admin/generate.sh @@ -3,13 +3,13 @@ # In error case, existing blog content will not be touched # If this script ist not stored in ~/hugogentmp/ change $DIR -# Path to hugo executable -#HUGO=~/bin/hugo -HUGO=~/kred/hugo/hugo +# Path to hugo executable on uberspace and local (for testing) +HUGO=~/bin/hugo +#HUGO=~/kred/hugo/hugo -# Path to output destination. Folder must exists -#PUBLIC_WWW=/var/www/virtual/$USER/html/kollegenrunde -PUBLIC_WWW=~/hugotest/html/kollegenrunde +# Path to output destination on uberspace and local (for testing). Folder must exists. +PUBLIC_WWW=/var/www/virtual/$USER/html/kollegenrunde +#PUBLIC_WWW=~/hugotest/html/kollegenrunde # Working dir: here is the script and git's working dirs GENDIR=~/kollegengen