We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ffbcd commit 81a1a8fCopy full SHA for 81a1a8f
Rakefile
@@ -23,7 +23,7 @@ task :generate do
23
Encoding.default_external = Encoding::UTF_8
24
end
25
26
- options = Jekyll.configuration({'auto' => false, 'server' => false})
+ options = Jekyll.configuration
27
puts "Building site: #{options['source']} -> #{options['destination']}"
28
$stdout.flush
29
Jekyll::Site.new(options).process
@@ -210,7 +210,7 @@ namespace :check do
210
211
desc 'validate _site markup with validate-website'
212
task :markup => :generate do
213
214
Dir.chdir('_site') do
215
system("validate-website-static --site '#{options['url']}/' --quiet")
216
exit($?.exitstatus)
0 commit comments