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|
options.default :port => '4000',
:host => '0.0.0.0',
:baseurl => '/',
:serving => true
options = normalize_options(options.__hash__)

View File

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