mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-19 02:44:29 -05:00
configure now sets the source and dest fields so the Liquid include filter works again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user