Go to file
David Thompson 7c7b161885 page: Change sxml field to contents.
Naming the field 'sxml' is a poor choice because it may contain any type
of data that the writer procedure accepts.

* haunt/page.scm (<page>): Replace 'sxml' field with 'contents'.
  (page-sxml): Delete accessor.
  (page-contents): New accessor.
  (write-page): s/sxml/contents/
2015-04-11 15:10:45 -04:00
haunt page: Change sxml field to contents. 2015-04-11 15:10:45 -04:00
scripts First commit. 2015-01-04 20:02:16 -05:00
.gitignore ui: Display version information. 2015-01-04 22:50:01 -05:00
COPYING First commit. 2015-01-04 20:02:16 -05:00
Makefile.am Add utils module. 2015-04-11 15:10:45 -04:00
README.md First commit. 2015-01-04 20:02:16 -05:00
configure.ac ui: Display version information. 2015-01-04 22:50:01 -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