From ddf5212691f8112ee469f0079b3c60d3859a27fb Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 20 Mar 2025 13:20:59 -0400 Subject: [PATCH] brighten site color so it can be readable on screens with dimmer backlights and also tweak script to delete files not present in static on destination directory --- deploy | 2 +- layouts/partials/custom-head.html | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) 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 @@