Go to file
David Thompson f299cca709 Add serve command.
* 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.
2015-01-04 22:49:59 -05:00
haunt Add serve command. 2015-01-04 22:49:59 -05:00
scripts First commit. 2015-01-04 20:02:16 -05:00
.gitignore First commit. 2015-01-04 20:02:16 -05:00
COPYING First commit. 2015-01-04 20:02:16 -05:00
Makefile.am Add serve command. 2015-01-04 22:49:59 -05:00
README.md First commit. 2015-01-04 20:02:16 -05:00
configure.ac First commit. 2015-01-04 20:02:16 -05:00
pre-inst-env.in First commit. 2015-01-04 20:02:16 -05:00

README.md

Haunt

About

Haunt is a static site generator written in Guile Scheme.

Features

  • SXML templates
  • Simple development server
  • Easy deployment
  • Extensible

License

GNU GPLv3