Some notes when upgrading: the --server and --build flags have been turned
into subcommands. So use 'jekyll server' from now on. Also '--auto' was
changed to '--watch'
And you need to make sure the excludes in your _config.yml is an array or
you'll end up with: error: undefined method `glob_include?' for "foo".
ok jeremy@
Jekyll is a simple, blog aware, static site generator. It takes a
template directory (representing the raw form of a website), runs it
through Textile or Markdown and Liquid converters, and spits out a
complete, static website suitable for serving with Apache or your
favorite web server.