Jekyll - slopjong/w GitHub Wiki
Jekyll is a static site generator turning files in the Textile or Markdown markup language into a complete, static website. Other markup languages can be processed by the Liquid converters. The raw form of a website is defined in a template.
- Jekyll on Github (docs)
- Getting Started: Part 1 Part 2
- Jekyll under Windows with Cygwin
After installing it wasn’t on the path. Add export PATH=$PATH:/opt/ruby1.8/bin
to ~/.bashrc, ~/.zshrc or whatever run command file your terminal emulator uses.