README: Remove personal details from example configuration.
* README.md (Example Configuration): Use made up domain/name/email address.
This commit is contained in:
parent
0c4e28c502
commit
9e6a3efd68
|
@ -26,10 +26,10 @@ Example Configuration
|
||||||
(haunt builder atom))
|
(haunt builder atom))
|
||||||
|
|
||||||
(site #:title "Built with Guile"
|
(site #:title "Built with Guile"
|
||||||
#:domain "dthompson.us"
|
#:domain "example.com"
|
||||||
#:default-metadata
|
#:default-metadata
|
||||||
'((author . "David Thompson")
|
'((author . "Eva Luator")
|
||||||
(email . "davet@gnu.org"))
|
(email . "eva@example.com"))
|
||||||
#:readers (list sxml-reader html-reader)
|
#:readers (list sxml-reader html-reader)
|
||||||
#:builders (list (blog)
|
#:builders (list (blog)
|
||||||
(atom-feed)
|
(atom-feed)
|
||||||
|
|
Loading…
Reference in New Issue