diff options
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,8 @@ (haunt html) (haunt publisher rsync) (theme) - (reader)) + (reader) + (games)) (define post-prefix "post") @@ -53,6 +54,7 @@ #:blog-prefix "/blog/post") (flat-pages #:template flat-page-template) (static-directory "images") + color-quiz-page (lambda (site posts) (list (verbatim-artifact "style.css" "style.css")))) #:publishers (list (rsync-publisher #:destination "/usr/local/www/www-personal"))) |
