commit dac925bae8ca09e2eeb97581fbd03f7994d84a09 parent 4a997393dd94d8ce9a4a3e7b8363aa90f7ae8eda author: nathanael <nathanael@dalliard.ch> date: Sun, 14 Sep 2025 19:43:06 +0000 no verbose diffstat:
| M | makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/makefile b/makefile @@ -4,10 +4,10 @@ build: clean @hugo >/dev/null sync: - @openrsync --rsync-path=openrsync -rv --del public/ s1:/var/www/www/ + @openrsync --rsync-path=openrsync -r --del public/ s1:/var/www/www/ serve: - hugo server --buildDrafts --navigateToChanged + @hugo server --buildDrafts --navigateToChanged clean: @if [ -d public/ ]; then rm -r public/; fi