From 860dfc3a100972e4b63df298d944e82005cf7c66 Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Wed, 22 Jul 2026 20:33:24 -0500 Subject: add publisher --- haunt.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/haunt.scm b/haunt.scm index 2b83cdb..4958e17 100644 --- a/haunt.scm +++ b/haunt.scm @@ -9,6 +9,7 @@ (haunt site) (haunt post) (haunt html) + (haunt publisher rsync) (theme) (reader)) @@ -53,5 +54,6 @@ (flat-pages #:template flat-page-template) (static-directory "images") (lambda (site posts) - (list (verbatim-artifact "style.css" "style.css"))))) + (list (verbatim-artifact "style.css" "style.css")))) + #:publishers (list (rsync-publisher #:destination "/usr/local/www/www-personal"))) -- cgit v1.3