summaryrefslogtreecommitdiff
path: root/example/haunt.scm
Commit message (Collapse)AuthorAgeFilesLines
* Add Sourcehut publisher to example site.David Thompson2023-11-111-1/+4
|
* Add publishing interface with built-in support for rsync.David Thompson2022-08-211-1/+3
|
* example: Add RSS feed.David Thompson2021-03-181-0/+2
|
* example: Add a Markdown post.David Thompson2016-08-181-1/+2
| | | | | * example/haunt.scm: Add the commonmark-reader. * example/posts/frob.md: New file.
* reader: Add texinfo support.David Thompson2015-10-151-1/+2
| | | | | | | * haunt/reader/texinfo.scm: New file. * Makefile.am (SOURCES): Add it. * example/haunt.scm: Activate texinfo reader. * example/posts/quux.scm: New file.
* Add support for Skribe document format.David Thompson2015-10-121-5/+6
| | | | | | | | | | | | * 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.
* example: Remove unnecessary module import.David Thompson2015-08-061-2/+1
|
* example: Add image asset.David Thompson2015-07-271-1/+3
| | | | | | * 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-131-0/+15
* .gitignore: Ignore example build artifacts. * example/haunt.scm: New file. * example/posts/foo.sxml: New file. * example/posts/bar.html: New file.