commit 50f7b2850de3d7aff326b64d08b873ff960c2dab parent 352a33a2c430d16f1fe80ef91f877146ab90e53f author: nathanael <nathanael@dalliard.ch> date: Fri, 19 Sep 2025 16:44:23 +0000 sync mod diffstat:
| M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -4,7 +4,7 @@ build: clean @hugo >/dev/null sync: - @openrsync --rsync-path=openrsync -r --del public/ s1:/var/www/www/ + @openrsync --rsync-path=openrsync -rt --del public/ s1:/var/www/www/ serve: @hugo server --buildDrafts --navigateToChanged