diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/haunt.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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"))) |