Browse Source

Improved generate.sh

master
Chris 6 years ago
parent
commit
abecc928e1
  1. 12
      admin/generate.sh

12
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

Loading…
Cancel
Save