summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add package.scm to release tarballs.David Thompson2015-08-121-1/+2
|
* Include example and website directories in release tarballs.David Thompson2015-08-101-0/+4
|
* Include README.md in future release tarballs.David Thompson2015-08-101-1/+3
| | | | Thanks to Ben Sturmfels for pointing out that it was missing.
* Add scripts/haunt to bin directory.David Thompson2015-08-081-0/+3
| | | | * Makefile.am (bin_SCRIPTS): New variable.
* builder: Add assets builder.David Thompson2015-07-261-0/+1
| | | | | * haunt/builder/assets.scm: New file. * Makefile.am (SOURCES): Add it.
* Rename (haunt build html) to (haunt html).David Thompson2015-07-261-1/+1
| | | | | | | | | * haunt/build/html.scm: Delete it. * haunt/html.scm: New file. * Makefile.am (SOURCES): Remove old file. Add new file. * haunt/builder/atom.scm: Use new module. * haunt/builder/blog.scm: Likewise. * haunt/ui/serve.scm: Likewise.
* Add static asset support.David Thompson2015-04-131-0/+1
| | | | | | | | * haunt/asset.scm: New file. * Makefile.am (SOURCES): Add it. * haunt/site.scm (build-site): Add support for assets. * haunt/utils.scm (file-name-components, join-file-name-components): New procedures.
* builder: Add primitive blog builder.David Thompson2015-04-131-0/+1
| | | | | * haunt/builder/blog.scm: New file. * Makefile.am (SOURCES): Add it.
* builder: Add Atom feed builder.David Thompson2015-04-111-0/+1
| | | | | * haunt/builder/atom.scm: New file. * Makefile.am (SOURCES): Add it.
* ui: Add 'build' subcommand.David Thompson2015-04-111-0/+1
| | | | | * haunt/ui/build.scm: New file. * Makefile.am (SOURCES): Add it.
* Add utils module.David Thompson2015-04-111-0/+1
| | | | | * haunt/utils.scm: New file. * Makefile.am (SOURCES): Add it.
* Add site module.David Thompson2015-04-111-0/+1
| | | | | * haunt/site.scm: New file. * Makefile.am (SOURCES): Add it.
* Add SXML to HTML conversion module.David Thompson2015-04-101-0/+1
| | | | | * haunt/build/html.scm: New file. * Makefile.am (SOURCES): Add it.
* Add page module.David Thompson2015-04-101-0/+1
| | | | | * haunt/page.scm: New file. * Makefile.am (SOURCES): Add it.
* Add reader module.David Thompson2015-04-101-0/+1
| | | | | * haunt/reader.scm: New file. * Makefile.am (SOURCES): Add it.
* Add post module.David Thompson2015-04-101-0/+1
| | | | | * haunt/post.scm: New file. * Makefile.am (SOURCES): Add it.
* Add serve command.David Thompson2015-01-041-1/+5
| | | | | | | | | | | | * haunt/config.scm: New file. * haunt/serve/mime-types.scm: New file. * haunt/serve/web-server.scm: New file. * haunt/ui/serve.scm: New file. * haunt/ui.scm (commands, program-name): New variables. (show-haunt-help): Display possible commands. (run-haunt-command): New procedure. (haunt-main): Run subcommands. * Makefile.am (SOURCES): Add files.
* First commit.David Thompson2015-01-041-0/+45