Skip to content
Jason Campbell edited this page Aug 25, 2011 · 6 revisions

Haiku is a work in progress and aims to be a static site generator which is highly configurable, expandable, and easy to use.

Haiku aims to work in two capacities:

  • As a command line tool to convert haiku content into a static html site that can be served directly by servers like Apache or distributed on a CDN.
  • As a mountable middleware or endpoint for node applications where content generation happens dynamically for development or ease of deployment to environments like Heroku.

Get started

You will need some content

Features in the works

  • The ability to add new types of content that does not adhere to the mental models of pages or blog posts (events, people, etc.)
Clone this wiki locally