From 55cc6b24dcf606db9bd3102344ec0a9aa966189d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 20 Aug 2022 22:33:49 -0400 Subject: Add publishing interface with built-in support for rsync. --- example/haunt.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'example') diff --git a/example/haunt.scm b/example/haunt.scm index 536e64c..07f7601 100644 --- a/example/haunt.scm +++ b/example/haunt.scm @@ -3,6 +3,7 @@ (haunt builder atom) (haunt builder assets) (haunt builder rss) + (haunt publisher rsync) (haunt reader) (haunt reader skribe) (haunt reader texinfo) @@ -19,4 +20,5 @@ (atom-feed) (atom-feeds-by-tag) (rss-feed) - (static-directory "images"))) + (static-directory "images")) + #:publishers (list (rsync-publisher #:destination "/tmp/haunt-example"))) -- cgit v1.2.3