From ff50e8c698e1ec5b9007e3bc4308109a69af2b41 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 11 Nov 2023 20:11:45 -0500 Subject: Add Sourcehut publisher to example site. --- example/haunt.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'example') 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))) -- cgit v1.2.3