summaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* example: Remove unnecessary module import.David Thompson2015-08-061-2/+1
|
* example: Add image asset.David Thompson2015-07-273-2/+8
| | | | | | * example/haunt.scm: Add static directory builder. * example/images/guile-banner.small.png: New file. * example/posts/foo.sxml: Render Guile banner image.
* asset: Add brief documentation.David Thompson2015-07-261-0/+1
| | | | | * haunt/asset.scm: Add introductory comment. * README.md (Example Configuration): Add 'directory-assets' example.
* example: Remove personal details.David Thompson2015-04-131-3/+3
| | | | * example/haunt.scm: Use made up metadata.
* Add example site.David Thompson2015-04-133-0/+45
* .gitignore: Ignore example build artifacts. * example/haunt.scm: New file. * example/posts/foo.sxml: New file. * example/posts/bar.html: New file.