mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-01 10:15:03 -05:00
Look for plugins under the source directory
When generating the site, Jekyll will now look for plugins under the source directory by default. The plugin location can still be changed in _config.yml
This commit is contained in:
@@ -58,7 +58,7 @@ module Jekyll
|
||||
|
||||
'source' => Dir.pwd,
|
||||
'destination' => File.join(Dir.pwd, '_site'),
|
||||
'plugins' => File.join(Dir.pwd, '_plugins'),
|
||||
'plugins' => '_plugins',
|
||||
'layouts' => '_layouts',
|
||||
|
||||
'future' => true,
|
||||
|
||||
Reference in New Issue
Block a user