asset: Add brief documentation.

* haunt/asset.scm: Add introductory comment.
* README.md (Example Configuration): Add 'directory-assets' example.
This commit is contained in:
David Thompson
2015-07-26 22:47:14 -04:00
parent 348e16e264
commit 2f6b06dd22
3 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
(use-modules (haunt site)
(haunt reader)
(haunt asset)
(haunt builder blog)
(haunt builder atom)
(srfi srfi-19))