summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-13 20:29:00 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-04-13 20:29:00 -0400
commit395b510a6deec8c3c2019695be4185b9fad1527a (patch)
tree49bd9264a7386b9c1301a30e70b36ac0b0a628a1 /example
parent9e6a3efd684b88dbf28eb186ba61ae1d452b8683 (diff)
example: Remove personal details.
* example/haunt.scm: Use made up metadata.
Diffstat (limited to 'example')
-rw-r--r--example/haunt.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/haunt.scm b/example/haunt.scm
index b4405c0..52782dc 100644
--- a/example/haunt.scm
+++ b/example/haunt.scm
@@ -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)