jekyll/lib/jekyll
Tom Bell 14766497c8 Add bin/jekyll2 and initial BuildCommand
The `BuildCommand` class is responsible for handling the building of the site.
It can also optionally watch for changes to files and regenerate the site if
needed.

The `Command` class holds any methods which are used by any command
implementation.
2012-12-18 20:34:09 +00:00
..
commands Add bin/jekyll2 and initial BuildCommand 2012-12-18 20:34:09 +00:00
converters Only pass first class to Pygments 2012-11-13 07:59:36 +00:00
generators moved paginate_path to default config 2012-02-26 20:58:14 -08:00
migrators Merge pull request #472 from nfm/patch-1 2012-01-22 16:27:32 -08:00
tags Swap out albino for pygments.rb 2012-05-31 15:51:34 -04:00
command.rb Add bin/jekyll2 and initial BuildCommand 2012-12-18 20:34:09 +00:00
converter.rb Maruku is now the only processor dependency installed by default. Closes #57. 2010-06-22 15:17:39 -07:00
convertible.rb Merge branch 'fix/front-matter-regexp' of https://github.com/zimbatm/jekyll into zimbatm-fix/front-matter-regexp 2012-12-15 22:09:41 -08:00
core_ext.rb added pluralized_array method to Hash and tests 2010-01-10 16:09:24 +00:00
errors.rb Maruku is now the only processor dependency installed by default. Closes #57. 2010-06-22 15:17:39 -07:00
filters.rb Replace rdiscount filter with config-aware markdownify. 2011-05-31 14:40:21 -07:00
generator.rb Extension -> Plugin 2010-06-18 15:47:01 -07:00
layout.rb TomDoc some things. 2011-05-08 14:49:19 -07:00
page.rb clean up some warnings 2011-06-03 23:38:39 +01:00
plugin.rb clean up some warnings 2011-06-03 23:38:39 +01:00
post.rb make yaml parsing errors more informative 2012-06-29 12:08:57 -04:00
site.rb Merge branch 'custom-layout-directory' of https://github.com/tombell/jekyll into tombell-custom-layout-directory 2012-06-11 15:40:22 -07:00
static_file.rb More TomDoc and formatting cleanup. 2011-05-08 23:40:35 -07:00