summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/haunt.scm b/haunt.scm
index dcd6e05..609ace6 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -462,7 +462,7 @@ rendering."))
#:name "Haunt"
#:file-name "haunt.html"
#:repo "haunt"
- #:manual? #f
+ #:manual? #t
#:description
`(,(centered-image "/images/haunt/logo.png" "crudely drawn ghost")
(p "Haunt is a simple, functional, hackable static site generator
@@ -480,7 +480,8 @@ opinion about how authors structure their sites. Haunt ships with
helpful builder procedures that generate simple blogs or Atom feeds,
but authors should feel empowered to tweak them, write replacements,
or add new builders to do things that the Haunt hackers didn't think
-of.")) #:usage
+of."))
+ #:usage
`((p "Here's what a simple Haunt configuration looks like:")
,(call-with-input-file "snippets/haunt.scm" highlight-scheme)
(p "With the above saved into a file named "
@@ -496,7 +497,7 @@ the site can be built by running "
(code "localhost:8080")
" in a web browser will show the results of the build
without needing to upload the generated files to a web server."))
-#:requirements '("GNU Guile >= 2.1.4"
+ #:requirements '("GNU Guile >= 2.1.4"
"guile-reader (for Skribe support, optional)"
"guile-commonmark (for Markdown support, optional)")
#:license "GNU GPLv3+"