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:
Matt Rogers 2012-10-12 22:43:20 -05:00
parent fa8400ab61
commit bab29f64f7
1 changed files with 1 additions and 1 deletions

View File

@ -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,