adding default configuration to false
This commit is contained in:
parent
4e52869f0f
commit
9681f3a776
|
@ -15,6 +15,7 @@ module Jekyll
|
|||
'timezone' => nil, # use the local timezone
|
||||
|
||||
'safe' => false,
|
||||
'detach' => false, # don't default to detaching the server
|
||||
'show_drafts' => nil,
|
||||
'limit_posts' => 0,
|
||||
'lsi' => false,
|
||||
|
|
Loading…
Reference in New Issue