summaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* 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-182-1/+22
| | | | | * example/haunt.scm: Add the commonmark-reader. * example/posts/frob.md: New file.
* build: Fix all the Guix development package references.Mathieu Lirzin2015-11-101-1/+1
| | | | | | * Makefile.am (EXTRA_DIST): Use 'guix.scm' instead of the obsolete file name 'package.scm'. * example/posts/baz.skr: Likewise.
* reader: Add texinfo support.David Thompson2015-10-152-1/+34
| | | | | | | * 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-122-5/+35
| | | | | | | | | | | | * 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.
* Include example and website directories in release tarballs.David Thompson2015-08-101-0/+24
|
* 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.