Fix cascade problem with site.baseurl. Fixes #931.

This commit is contained in:
Parker Moore 2013-04-07 22:47:55 +02:00
parent 5fe31bcbca
commit 1526aa3b1d
2 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@ command :serve do |c|
c.action do |args, options| c.action do |args, options|
options.default :port => '4000', options.default :port => '4000',
:host => '0.0.0.0', :host => '0.0.0.0',
:baseurl => '/',
:serving => true :serving => true
options = normalize_options(options.__hash__) options = normalize_options(options.__hash__)

View File

@ -68,7 +68,7 @@ module Jekyll
'markdown' => 'maruku', 'markdown' => 'maruku',
'permalink' => 'date', 'permalink' => 'date',
'baseurl' => '', 'baseurl' => '/',
'include' => ['.htaccess'], 'include' => ['.htaccess'],
'paginate_path' => 'page:num', 'paginate_path' => 'page:num',