From 5242b32d282c1d1b270a19b3d93fefdfe6574361 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 Oct 2023 22:39:17 +0200 Subject: Update content for md --- gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gemfeed') diff --git a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md index 96f9b298..2f4c24b1 100644 --- a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md +++ b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md @@ -231,7 +231,7 @@ The result will be in the distribution directory `./dist`. This directory is pub blurs html index.html photos thumbs ``` -I usually do that via rsync to my web server, which is as simple as: +I usually do that via rsync to my web server (I use OpenBSD with the standard `httpd` web server, btw), which is as simple as: ``` % rsync --delete -av ./dist/. admin@blowfish.buetow.org:/var/www/htdocs/irregular.ninja/ -- cgit v1.2.3