5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 16:25:45 +00:00

no mostrar mensajes de jekyll

This commit is contained in:
f 2019-03-26 12:52:09 -03:00
parent a1fcdeb072
commit da0504d482
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -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|