README: Remove personal details from example configuration.
* README.md (Example Configuration): Use made up domain/name/email address.
This commit is contained in:
@@ -26,10 +26,10 @@ Example Configuration
|
||||
(haunt builder atom))
|
||||
|
||||
(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)
|
||||
|
||||
Reference in New Issue
Block a user