Add Jekyll::DEFAULTS['baseurl'] and set the default pygments option to _true_

This commit is contained in:
Parker Moore 2013-03-17 21:09:58 +01:00
parent 92a2a9ff61
commit ee697a6308
1 changed files with 6 additions and 5 deletions

View File

@ -64,12 +64,13 @@ module Jekyll
'keep_files' => ['.git','.svn'], 'keep_files' => ['.git','.svn'],
'future' => true, # remove and make true just default 'future' => true, # remove and make true just default
'pygments' => false, # remove and make true just default 'pygments' => true, # remove and make true just default
'markdown' => 'maruku', # no longer a command option 'markdown' => 'maruku',
'permalink' => 'date', # no longer a command option 'permalink' => 'date',
'include' => ['.htaccess'], # no longer a command option 'baseurl' => '',
'paginate_path' => 'page:num', # no longer a command option 'include' => ['.htaccess'],
'paginate_path' => 'page:num',
'markdown_ext' => 'markdown,mkd,mkdn,md', 'markdown_ext' => 'markdown,mkd,mkdn,md',
'textile_ext' => 'textile', 'textile_ext' => 'textile',