diff --git a/deploy b/deploy index 4d0f01d..ae35e94 100755 --- a/deploy +++ b/deploy @@ -1,5 +1,5 @@ #!/bin/sh -hugo && rsync -Pa --delete /home/peter/hugo-website/public debian11:/var/www/peterspage +hugo --cleanDestinationDir && rsync -Pa --delete /home/peter/hugo-website/public debian11:/var/www/peterspage exit 0 diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html index f62110d..e4e05be 100644 --- a/layouts/partials/custom-head.html +++ b/layouts/partials/custom-head.html @@ -3,37 +3,37 @@