summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-07-02 18:39:58 -0400
committerDavid Thompson <dthompson2@worcester.edu>2024-07-08 11:50:53 -0400
commitb7170b01b47a825d9de5664a0e8865ee5f655908 (patch)
tree54bc45c3821a99de42cdef3bb46f852383761107 /haunt.scm
parent0db5a7271177e9792bf8cb24827ba4afa26c7a6d (diff)
Add FRP with propagators post.
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index fc7d311..75ed993 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -61,7 +61,8 @@
(static-directory "fonts")
(static-directory "images")
(static-directory "videos")
- (static-directory "src"))
+ (static-directory "src")
+ (static-directory "embeds"))
#:publishers (list (rsync-publisher #:destination "/var/www/blog"
#:user "publish"
#:host "dthompson.us"))