Commit Graph

7 Commits

Author SHA1 Message Date
David Thompson 1ddcff389d Add support for Skribe document format.
* haunt/skribe.scm: New file.
* haunt/skribe/utils.scm: New file.
* haunt/reader/skribe.scm: New file.
* configure.ac: Check for guile-reader.
* Makefile.am (SOURCES): Add Skribe modules when guile-reader is
  available.
* example/haunt.scm: Include Skribe reader.
* example/posts/baz.skr: New file.
* README.md ("Requirements"): Mention guile-reader as optional dependency.
2015-10-12 20:22:28 -04:00
David Thompson c3df5ff848 Include example and website directories in release tarballs. 2015-08-10 09:04:42 -04:00
David Thompson 35f23fb4f8 example: Remove unnecessary module import. 2015-08-06 08:59:44 -04:00
David Thompson 228932a48b example: Add image asset.
* example/haunt.scm: Add static directory builder.
* example/images/guile-banner.small.png: New file.
* example/posts/foo.sxml: Render Guile banner image.
2015-07-27 08:54:30 -04:00
David Thompson 2f6b06dd22 asset: Add brief documentation.
* haunt/asset.scm: Add introductory comment.
* README.md (Example Configuration): Add 'directory-assets' example.
2015-07-26 23:15:09 -04:00
David Thompson 395b510a6d example: Remove personal details.
* example/haunt.scm: Use made up metadata.
2015-04-13 20:29:00 -04:00
David Thompson fdb70223a7 Add example site.
* .gitignore: Ignore example build artifacts.
* example/haunt.scm: New file.
* example/posts/foo.sxml: New file.
* example/posts/bar.html: New file.
2015-04-13 19:53:39 -04:00