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 4958e17..b749902 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -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")))