-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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.
To get started you will need some content, you could crete this by hand but it is easier to user the haiku command-line tool:
haiku new myawesomeblog.com
This will create the necessary directory structure as well as some examples of content for pages and blog posts to get you started. From here you can edit and preview your content until you are ready to deploy.
- Learn more about the specifics of the haiku content structure
- Templates and Variables
- Configuration
- The ability to add new types of content that does not adhere to the mental models of pages or blog posts (events, people, etc.)