diff --git a/app/models/site.rb b/app/models/site.rb index 93c67128..e77f0849 100644 --- a/app/models/site.rb +++ b/app/models/site.rb @@ -337,7 +337,8 @@ class Site config = ::Jekyll.configuration('source' => path, 'destination' => File.join(path, '_site'), 'safe' => true, - 'watch' => false) + 'watch' => false, + 'quiet' => true) # No necesitamos cargar plugins en este momento %w[plugins gems theme].each do |unneeded|