7c7b161885
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/ |
||
---|---|---|
haunt | ||
scripts | ||
.gitignore | ||
COPYING | ||
Makefile.am | ||
README.md | ||
configure.ac | ||
pre-inst-env.in |
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