|
|
|
|
@ -3,6 +3,9 @@
|
|
|
|
|
# In error case, existing blog content will not be touched |
|
|
|
|
# If this script ist not stored in ~/hugogentmp/ change $DIR |
|
|
|
|
|
|
|
|
|
# Version nr of this script. Just for logging |
|
|
|
|
VERSION=1 |
|
|
|
|
|
|
|
|
|
# Path to hugo executable on uberspace and local (for testing) |
|
|
|
|
HUGO=~/bin/hugo |
|
|
|
|
#HUGO=~/kred/hugo/hugo |
|
|
|
|
@ -79,6 +82,7 @@ finish () {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
### MAIN ############################################### |
|
|
|
|
log "Version $VERSION" |
|
|
|
|
|
|
|
|
|
if [ -d $TMPPUBLIC ] |
|
|
|
|
then |
|
|
|
|
|