diff options
Diffstat (limited to 'example/haunt.scm')
-rw-r--r-- | example/haunt.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/example/haunt.scm b/example/haunt.scm index 07f7601..2527c89 100644 --- a/example/haunt.scm +++ b/example/haunt.scm @@ -4,6 +4,7 @@ (haunt builder assets) (haunt builder rss) (haunt publisher rsync) + (haunt publisher sourcehut) (haunt reader) (haunt reader skribe) (haunt reader texinfo) @@ -21,4 +22,6 @@ (atom-feeds-by-tag) (rss-feed) (static-directory "images")) - #:publishers (list (rsync-publisher #:destination "/tmp/haunt-example"))) + #:publishers (list (rsync-publisher #:name 'rsync + #:destination "/tmp/haunt-example") + (sourcehut-publisher #:name 'sourcehut))) |