From 2da7a420219e97ccf091c9213f26e2a28e029142 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Tue, 4 Mar 2025 01:16:06 -0500 Subject: Update blog theme --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b6cd148..b1502a3 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ server: theme deploy: theme hugo - rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ blog@lambda.cx:/var/www/htdocs/blog.lambda.cx/ + rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ dante@lambda.cx:/var/www/htdocs/blog.lambda.cx/ rm -r public theme: -- cgit v1.2.3