
A static site generator written in Guile Scheme.
HauntAboutHaunt is a remarkable static site generator crafted with Guile Scheme, making it an ideal solution for developers seeking a functional and extensible tool for web projects. With its straightforward approach, Haunt allows users to effortlessly create blogs or websites while enjoying the benefits of a purely functional build process. It's particularly appealing for those who appreciate the simplicity of configuration and ease of use without compromising on powerful features.
Easy Blog and Atom Feed Generation: Haunt simplifies content publication by generating blogs and Atom feeds with minimal hassle, allowing users to focus on their content rather than the technical intricacies.
Markup Language Support: The generator supports any markup language that can be parsed into SXML, offering flexibility for developers to use their preferred syntax.
Simple Development Server: Built-in development server functionality allows for quick testing and viewing of your site locally before deployment.
Purely Functional Build Process: Enjoy the benefits of a purely functional build process that ensures predictable builds and easy debugging, catering to developers who value reliability.
User Extensible: Haunt provides the ability for users to extend functionality, promoting customization and adaptation to specific project needs.
Easy Configuration: Setting up Haunt is straightforward—just write a configuration file named haunt.scm and organize your posts in a designated directory.
Run Directly from Source: Once built, Haunt can run directly from the source tree, bypassing the need for installation steps.
GNU Compatibility: It operates seamlessly with GNU build systems, making it a compatible choice for users of the GNU Guile environment.
