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