example: Remove personal details.
* example/haunt.scm: Use made up metadata.
This commit is contained in:
		@@ -5,10 +5,10 @@
 | 
				
			|||||||
             (srfi srfi-19))
 | 
					             (srfi srfi-19))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user