jekyll/lib/jekyll
Jordon Bedwell f2f88dbd9f Move require "jekyll/drops/drop" to "jekyll.rb"
Linux does not read files in alphanumeric order, this can lead to
Jekyll drops not working on Linux because the assumption here is that
the collection drop will be required first.
2015-12-27 12:48:21 -06:00
..
commands Merge branch 'akoeplinger-doctor-permalink-same-case-warning' 2015-12-13 12:26:07 -08:00
converters Merge branch 'fixup-custom-markdown' 2015-12-27 08:24:16 -05:00
drops Move require "jekyll/drops/drop" to "jekyll.rb" 2015-12-27 12:48:21 -06:00
liquid_renderer Remove unnecessary 'ensure' in LiquidRenderer 2015-06-23 21:27:24 +00:00
readers collections: posts as collection 2015-10-26 00:29:14 -07:00
tags Allow users to input multiple variables in include tag 2015-11-25 16:37:08 +08:00
utils Fix: #4219: Add CodeClimate Platform. 2015-12-04 11:42:52 -06:00
cleaner.rb Add Windows support to Utils.safe_glob 2015-11-19 17:15:51 +13:00
collection.rb Initial work on using Liquid::Drops instead of Hashes. 2015-12-21 22:47:30 -05:00
command.rb Rename incremental regeneration flag 2015-10-26 14:20:44 -07:00
configuration.rb Merge pull request #4052 from Crunch09/process-empty-config-files 2015-12-11 14:11:11 -08:00
converter.rb Rename the pygments option to highlighter 2013-12-22 12:45:15 +01:00
convertible.rb Initial work on using Liquid::Drops instead of Hashes. 2015-12-21 22:47:30 -05:00
deprecator.rb Abort if no subcommand. 2015-09-23 17:32:33 -07:00
document.rb document: return nil if bad arg in #<=> 2015-12-26 12:23:21 -05:00
entry_filter.rb Allow users to specify the log level via JEKYLL_LOG_LEVEL. 2014-11-06 12:03:07 -08:00
errors.rb immutable_drop/errors: consolidate errors & fix syntax for raising 2015-12-26 12:27:07 -05:00
excerpt.rb Move 'forwardable' require to earlier in the program start up. 2015-12-25 22:45:51 -05:00
external.rb Switch PluginManager to use require_with_graceful_fail 2015-12-07 20:46:07 -05:00
filters.rb filters: refactor #sample to leave off the arg 2015-12-04 13:48:09 -08:00
frontmatter_defaults.rb Improve error message 2015-12-05 16:21:50 +13:00
generator.rb Remove new lines between module and class 2013-01-20 00:00:49 +00:00
hooks.rb align hooks documentation and implementation 2015-11-03 07:47:32 -08:00
layout.rb Moved the in_(source/dest)_dir back to site.rb. 2015-03-05 13:34:46 +01:00
liquid_extensions.rb Add Jekyll::LiquidExtensions.lookup_variable 2014-04-22 14:27:47 -04:00
liquid_renderer.rb Add byte counter 2015-06-07 16:49:22 +00:00
log_adapter.rb Set logging to debug when verbose flag is set 2015-04-18 16:57:57 -07:00
mime.types add script to vendor mime types 2015-08-24 16:21:50 -04:00
page.rb Initial work on using Liquid::Drops instead of Hashes. 2015-12-21 22:47:30 -05:00
plugin.rb Allow Convertibles to be converted by >= 1 converters. 2014-08-06 16:20:24 -04:00
plugin_manager.rb Switch PluginManager to use require_with_graceful_fail 2015-12-07 20:46:07 -05:00
publisher.rb collections: posts as collection 2015-10-26 00:29:14 -07:00
reader.rb Add Document#method_missing and Collection#method_missing 2015-10-26 13:37:04 -07:00
regenerator.rb Fix #4075: Make sure that .jekyll-metadata is not generated when not needed. 2015-10-29 15:44:38 -05:00
related_posts.rb Add Document#method_missing and Collection#method_missing 2015-10-26 13:37:04 -07:00
renderer.rb Initial work on using Liquid::Drops instead of Hashes. 2015-12-21 22:47:30 -05:00
site.rb Initial work on using Liquid::Drops instead of Hashes. 2015-12-21 22:47:30 -05:00
static_file.rb Adapt StaticFile for collections, config defaults 2015-06-29 19:58:27 -04:00
stevenson.rb Renaming LogWriter to LogAdapter and adding tests for class 2014-05-24 21:22:10 +01:00
url.rb url: move setter outside of if statement 2015-12-26 12:32:21 -05:00
utils.rb utils/drops: update Drop to support Utils.deep_merge_hashes 2015-12-27 08:06:37 -05:00
version.rb Release 💎 3.1.0.pre.beta1 2015-12-27 08:32:08 -05:00