summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-07-26 22:47:14 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-07-26 23:15:09 -0400
commit2f6b06dd22f6f117d0a52e03d90f41a810889519 (patch)
tree072c67d2dbf86d6566d72485c60ffdf06672764d /example
parent348e16e264869aee29c36f6b25a48b81b871169d (diff)
asset: Add brief documentation.
* haunt/asset.scm: Add introductory comment. * README.md (Example Configuration): Add 'directory-assets' example.
Diffstat (limited to 'example')
-rw-r--r--example/haunt.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/haunt.scm b/example/haunt.scm
index 52782dc..66a8392 100644
--- a/example/haunt.scm
+++ b/example/haunt.scm
@@ -1,5 +1,6 @@
(use-modules (haunt site)
(haunt reader)
+ (haunt asset)
(haunt builder blog)
(haunt builder atom)
(srfi srfi-19))