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

This commit is contained in:
Peter 2025-03-20 13:20:59 -04:00
parent f84a118771
commit ddf5212691
2 changed files with 12 additions and 12 deletions

2
deploy
View file

@ -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