diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-13 20:23:28 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-13 20:23:28 -0400 |
commit | 9e6a3efd684b88dbf28eb186ba61ae1d452b8683 (patch) | |
tree | 8b0254630ce9d17bc300e6e1501f1f683d803769 | |
parent | 0c4e28c502eb989999b9ccef689a76a2d397a73f (diff) |
README: Remove personal details from example configuration.
* README.md (Example Configuration): Use made up domain/name/email address.
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |