example: Remove personal details.

* example/haunt.scm: Use made up metadata.
This commit is contained in:
David Thompson
2015-04-13 20:29:00 -04:00
parent 9e6a3efd68
commit 395b510a6d

View File

@@ -5,10 +5,10 @@
(srfi srfi-19))
(site #:title "Built with Guile"
#:domain "dthompson.us"
#:domain "example.com"
#:default-metadata
'((author . "David Thompson")
(email . "davet@gnu.org"))
'((author . "Eva Luator")
(email . "eva@example.com"))
#:readers (list sxml-reader html-reader)
#:builders (list (blog)
(atom-feed)