summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm4
1 files changed, 3 insertions, 1 deletions
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")))