diff --git a/lib/jekyll.rb b/lib/jekyll.rb index ce8a717a..2721d6b4 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -60,6 +60,8 @@ module Jekyll # Initializes some global Jekyll parameters def self.configure(options) # Interpret the simple options and configure Jekyll appropriately + Jekyll.source = options['source'] + Jekyll.dest = options['destination'] Jekyll.lsi = options['lsi'] Jekyll.pygments = options['pygments'] Jekyll.permalink_style = options['permalink'].to_sym