lopsite/haunt.scm

19 lines
516 B
Scheme
Raw Normal View History

2022-10-31 14:42:48 +02:00
(use-modules (haunt asset)
(haunt site)
(haunt builder blog)
(haunt builder atom)
(haunt reader)
;;(haunt reader skribe)
(haunt reader commonmark))
(site #:title "lopsite"
#:domain "loplkc.neocities.com"
#:default-metadata
'((author . "loplkc")
(email . "loplkc@loplkc.loplkc"))
#:readers (list commonmark-reader)
#:builders (list (blog)
(atom-feed)
(atom-feeds-by-tag)))