diff options
-rw-r--r-- | haunt.scm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -466,10 +466,10 @@ rendering.")) written in Guile Scheme that gives authors the ability to treat websites as programs.") (p "Haunt isn't your average static site generator. Its mission -is to give authors the full expressive power of Scheme to define every -aspect of their websites are generated. Haunt uses a simple, -functional build system that allows any type of web page to be built -by writing procedures that return page objects.") +is to give authors the full expressive power of Scheme to determine +how every aspect of their websites are generated. Haunt uses a +simple, functional build system that allows any type of web page to be +built by writing procedures that return page objects.") (p "Haunt has no opinion about what markup language authors should use to write posts. Just write the relevant reader procedure and Haunt will happily work with that format. Likewise, Haunt has no |