sgregoratto.me

source files for www.sgregoratto.me
git clone git://git.sgregoratto.me/sgregoratto.me
Log | Files | Refs

commit 4df60fbb986894c02235311ca7c6270a30edb5be
parent f13b7830d59bce4f0e79f4b8e9ff723bb3940f25
Author: Stephen Gregoratto <dev@sgregoratto.me>
Date:   Wed, 27 May 2020 21:24:02 +1000

Makefile: replace -z w/ -zz for rsync on arch

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -2,7 +2,7 @@ include posts SERVER = liquid@www.sgregoratto.me WEBROOT = /var/www/homepage -RSOPTS = -chazvP +RSOPTS = -chazzvP HTML = $(POSTS:.xml=.html) FILES = index.html $(HTML) blog.html atom.xml css